Results 1 to 2 of 2

Thread: Automation

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    2

    Question

    How do you grab an existing instance of Internet Explorer for automation. I can create a new instance and control with no problem. Trying to GetObject(,"InternetExplorer.Application") results in error 429. I can grab existing word and excel applications with no problem.

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Leavenworth KS USA
    Posts
    482
    Try using this instead:
    Code:
    Set TheBrowser = CreateObject("InternetExplorer.Application")
    TheBrowser.Visible = True

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width