View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Atishoo Atishoo is offline
external usenet poster
 
Posts: 267
Default reference an open instance of IE

Does anyone know how to reference an already open instance of IE in VBA?
rather than
Set ie = CreateObject("InternetExplorer.Application")
which creates a new instance.