Hello Everyone,
I'm looking for a way to use an already open Internet Explorer (IE) window (if one is up and running) and then navigate to a new URL in a new IE tab.
I thought that _IECreate would easily meet my needs. However, when I use the following script:
#include <IE.au3>
Local...