PDA

View Full Version : VBA - How to activate or select an internet explorer browser that is already open



fatboy_1989
06-08-2017, 01:08 AM
Hi,

How can I activate or select an internet explorer browser that is already open.

I've found references to:
Set Ie = CreateObject("InternetExplorer.Application")
Ie.Visible = True

But this obviously creates a brand new internet explorer browser, I want to select one that has already been created/opened before the macro is run.

Thanks

Link: https://www.mrexcel.com/forum/excel-questions/1008688-visual-basic-applications-how-activate-select-internet-explorer-browser-already-open.html#post4841743
Link: http://www.ozgrid.com/forum/showthread.php?t=204357&p=793699#post793699
Link: https://www.excelforum.com/excel-programming-vba-macros/1188426-vba-how-to-activate-or-select-an-internet-explorer-browser-that-is-already-open.html#post4672299
Link: https://www.excelguru.ca/forums/newthread.php?do=newthread&f=9

mdmackillop
06-08-2017, 04:46 AM
Does this (http://vbcity.com/forums/t/69408.aspx) help?