Excel365 requires app selection to open local .html file every time (Win11)

frateg8r

Board Regular
Joined
Mar 2, 2005
Messages
221
Office Version
  1. 365
Platform
  1. Windows
I've encountered an annoying issue with Windows 11 and Excel 365. I have the following procedure that opens a local .html file in the default browser (currently Edge, but has also been tested in Chrome & FF):
VBA Code:
Workbooks(strfilenum).FollowHyperlink Address:="C:\Dropbox\FGLOPS\ENTITIES\" & dash_data_entity_shipper & "\" & dash_data_entity_shipper & ".HTML", NewWindow:=True

In this case, doubleclicking a field in the userform opens the local .html file as desired. This has worked fine on Excel365/Win10. Two weeks ago, I "upgraded" to Win11, and now, everytime I run this procedure, I am forced to select the target app. Despite Edge being set as the system default, and clicking Always every time, I still have to select it...every time.

I have verified this is limited to Excel, by way of opening one of the target local files via Explorer, which opens as desired without asking. I have been through all Excel options/trust center settings twice to see if something new has popped up, to no avail.

Has anyone else encountered this, and if so, how did you resolve it? Or do you just live with the annoyance?
 

Attachments

  • image.jpg
    image.jpg
    23.1 KB · Views: 2

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,215,465
Messages
6,124,977
Members
449,200
Latest member
Jamil ahmed

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