Web Browser Control (Call using system's DEFAULT browser) ?

Bluecider

New Member
Joined
Feb 11, 2017
Messages
12
Is there a way to have the Web Browser Control to call the page into the form using whatever web browser is defined as the system default and not simply just IE?

I can't find any options for it clearly anywhere.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Is there a way to have the Web Browser Control to call the page into the form using whatever web browser is defined as the system default and not simply just IE?

I can't find any options for it clearly anywhere.

AFAIK, the Access 2010 and later native (built-in) Web Browser Control is a wrapper for Internet Explorer (IE). It has been my experience that none of the browsers support what is required to be used as a custom control on an Access form.

Is there same reason you can't use IE?

You can have Access open the default browser and go to a specific URL using this:

VBA Code example:

Code:
Application.FollowHyperlink "http://www.hitechcoach.com"
 
Upvote 0
Hmm ok. I wanted to give the option to use the DEFAULT browser on the user's PC, as they may be storing/using cookies on that default browser, so their results would be more useful in that control.

Any way to use that VBA code to get the results into a form window instead?

Hmmm
 
Upvote 0

Forum statistics

Threads
1,221,713
Messages
6,161,459
Members
451,708
Latest member
PedroMoss2268

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top