Any Ideas Why this is not working? Microsoft Edge will not open a file location

razzandy

Active Member
Joined
Jun 26, 2002
Messages
390
Office Version
  1. 2007
Platform
  1. Windows
The below code manages to Open a New Tab in Edge but doesn't navigate to the address to open the file. I have tried removing file:/// and it does enter the directory but it then performs a web search instead of opening the file.

VBA Code:
Shell Environ$("comspec") & " /c start microsoft-edge:file:///C:/Users/Work/OneDrive/CloudStation/Systems/eBay%20Lister/Templates/TempListingView.html" 'Edge

Thanks in ada
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Take a look here, the article is a couple of years old but the post that I've linked to might explain why it doesn't work (I didn't read it in detail), if you scroll up there is also another reply on that page which appears to show a possible 'fix'
 
Upvote 0

Forum statistics

Threads
1,213,565
Messages
6,114,338
Members
448,570
Latest member
rik81h

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