

In the General tab, find the Tabs section, then click the Settings button within that section. While (Not ieStarted) And (Not ieError) And (seconds < 30)Īpplication. Open Internet Explorer, click the Tools icon (or press Ctrl-X), and then click Internet Options. Set WScript = CreateObject("WScript.Shell") Set objShell = CreateObject("Shell.Application") This is my code Function GetIE() As InternetExplorer

I am struggling to get this done since months, how to code VBA to open internet explorer in new session i have an application with many logins i need to open them simultaneously using automation, i have used set ie=new InternetExplorerīut it opens the ie within the old session, i want to open new session for each and every login please help me, i googled a lot for it but ended up with out any solution.
