LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 595
Default Internet Explorer question - Trace to new image

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer da Excel Discussion (Misc queries) 4 October 9th 08 09:31 PM
internet explorer instance Manoj Excel Discussion (Misc queries) 0 February 1st 06 09:56 AM
Internet explorer download/XP Pro?? Maxwell-5000 Excel Discussion (Misc queries) 1 January 3rd 06 10:03 PM
internet explorer doris Excel Discussion (Misc queries) 1 January 5th 05 09:44 PM
Internet Explorer question - Refresh Tim Coddington Excel Programming 2 December 29th 04 02:08 AM


All times are GMT +1. The time now is 11:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"