View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Coddington Tim Coddington is offline
external usenet poster
 
Posts: 94
Default Internet Explorer question - Trace to new image

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?