Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cgugler

    Controlling already running instance of Internet Explorer

    Thank you. That opened up quite a few possibilities. I ended up using the something similiar to the following code so it would find the correct IE window to use. dim objIE as Object, objApp as Object Set objApp = CreateObject("Shell.Application") for i = 0 to 25...
  2. cgugler

    Controlling already running instance of Internet Explorer

    I've gotten to the point where I can create a new IE and make it navigate through links and fill out forms automatically, but now I'd like to be able to control an already running instance of IE and do the same. I'm having trouble figuring out how to access the already running ie window. I...

Part and Inventory Search

Back
Top