Shell ("C:\Program Files (x86)\Internet Explorer\iexplore.exe https://google.com")
This will open a window in IE. What do I use to open more "tabs" instead of windows?
If I use the following, it will open two windows. Again, I want a window with tabs, not another window. I googled and only found code using dim
or loop
.
Shell ("C:\Program Files (x86)\Internet Explorer\iexplore.exe https://google.com")
Shell ("C:\Program Files (x86)\Internet Explorer\iexplore.exe https://bing.com")