I have a list of URLs in Excel. I am trying to open them in Firefox, one per tab.
I found that the code below SOMETIMES works, if I set a time delay in myTimer. However, it sometimes opens another "session" of Firefox for each URL.
Is there is a better way to do this? For example, I wondered...