TheDougmeister
New Member
- Joined
- Oct 12, 2021
- Messages
- 25
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
I know that I can use the "Shell" command to open a URL:
Shell <Browser path and EXE> & " " & <URL>
But it will open in a new tab if the browser already has instantiated an instance. Is there a way to force it to open in a new browser window? Perhaps with a different method, or with different parameters?
Shell <Browser path and EXE> & " " & <URL>
But it will open in a new tab if the browser already has instantiated an instance. Is there a way to force it to open in a new browser window? Perhaps with a different method, or with different parameters?