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.
Thanks in ada
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