Hello everybody!
I'm new in this forum and i would like to know if somebody could help me.
I'm writing a Macro in VBA to interact with Internet explorer to open multiple sessions in internet explorer and log in into a site.
The problem is that when i use the createobject function i will be able to interact with every page opened but they are opened in the same session. Basically it opens 2 different windows not sessions in IE.
CreateObject("InternetExplorer.Application")
To try to solve the problem i tried to use the shell function to open IE in multiple sessions and i can.
Shell "C:\Program Files\Internet Explorer\iexplore.exe", -noframemerging
The problem here is that i don't know how to interact with IE. In which way can get that IE new session as object?
I think that is really strange there is no option in the creation object function to open a news session.
Anybody can help?
Thanks
I'm new in this forum and i would like to know if somebody could help me.
I'm writing a Macro in VBA to interact with Internet explorer to open multiple sessions in internet explorer and log in into a site.
The problem is that when i use the createobject function i will be able to interact with every page opened but they are opened in the same session. Basically it opens 2 different windows not sessions in IE.
CreateObject("InternetExplorer.Application")
To try to solve the problem i tried to use the shell function to open IE in multiple sessions and i can.
Shell "C:\Program Files\Internet Explorer\iexplore.exe", -noframemerging
The problem here is that i don't know how to interact with IE. In which way can get that IE new session as object?
I think that is really strange there is no option in the creation object function to open a news session.
Anybody can help?
Thanks