Hello,
I've been Goggling and can not find any find any info on how to make IE open a new tab next to an existing page in an invisible mode.
Is this possible?
I see code that can make IE open a new page in invisible mode.
Set objIE = New InternetExplorerMedium
With objIE
.Visible =...