How to Open Mutiple Instances of Internet Explorer
I would like to open multiple instances of the Internet Explorer and do different activities in each instance from VBA code. I currently use Application.FollowHyperlink but this will only open one instance of the Internet Explorer. I do not use the Web Browser control because i need the capability of the full-featured browser.
How do you get Internet Explorer to perform? Does Internet Explorer has its own object model, like Outlook, that i can manipulate and overcome the limitations of Application.FollowHyperlink? Any guidance would be appreciated!
Thank you!
Llyal
I would like to open multiple instances of the Internet Explorer and do different activities in each instance from VBA code. I currently use Application.FollowHyperlink but this will only open one instance of the Internet Explorer. I do not use the Web Browser control because i need the capability of the full-featured browser.
How do you get Internet Explorer to perform? Does Internet Explorer has its own object model, like Outlook, that i can manipulate and overcome the limitations of Application.FollowHyperlink? Any guidance would be appreciated!
Thank you!
Llyal