Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tim
I haven't tried it, but I wonder if using GetObject after you quit would get that instance. Dim IE as InternetExplorer.Application Set IE = New InternetExplorer.Application IE.Do something to create new instance IE.Quit Set IE = Nothing Set IE = GetObject(,"InternetExplorer.Application") Something to try, anyway. -- Dick Kusleika Excel MVP Daily Dose of Excel www.dicks-blog.com Tim Coddington wrote: Using Internet explorer from VBA, I log on to a site. As soon as that happens, the site spawns another IE process. Once that happens, I use .quit to end the first IE process. But is there a way to connect to the new IE process that was just spawned? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Internet Explorer | Excel Discussion (Misc queries) | |||
internet explorer instance | Excel Discussion (Misc queries) | |||
Internet explorer download/XP Pro?? | Excel Discussion (Misc queries) | |||
internet explorer | Excel Discussion (Misc queries) | |||
Internet Explorer question - Refresh | Excel Programming |