Results 1 to 11 of 11

Windows 7 Internet Explorer 9 Error 800706b5; Interface is unknown

Threaded View

Captainplanet Windows 7 Internet Explorer 9... 10-21-2012, 05:21 AM
Norie Re: Windows 7 Internet... 10-21-2012, 05:55 AM
Captainplanet Re: Windows 7 Internet... 10-22-2012, 06:04 AM
Norie Could the website itself have... 10-22-2012, 11:08 AM
Captainplanet Re: Windows 7 Internet... 10-22-2012, 02:25 PM
Norie Re: Windows 7 Internet... 10-22-2012, 02:31 PM
Captainplanet Re: Windows 7 Internet... 10-22-2012, 03:28 PM
Norie Re: Windows 7 Internet... 10-22-2012, 03:47 PM
Captainplanet Re: Windows 7 Internet... 10-22-2012, 05:48 PM
Norie Re: Windows 7 Internet... 10-22-2012, 05:54 PM
Vigneshts88 Re: Windows 7 Internet... 10-07-2013, 05:30 AM
  1. #1
    Registered User
    Join Date
    08-07-2012
    Location
    Limerick,Ireland
    MS-Off Ver
    Excel 2010
    Posts
    10

    Windows 7 Internet Explorer 9 Error 800706b5; Interface is unknown

    Hi,
    I had a macro that opened a website, gave values to various objects(radio buttons,dropdown lists, textboxes etc) and then clicked a submit button.
    The macro was working fine on Windows XP pro with Internet Explorer 6. Now I have Windows 7 and Internet Explorer 9 and I get the same error message, no matter what.

    run-time error ;2147023179 (800706b5)
    Automation error
    The interface is unknown

    Here's the code I'm using:

    dim IE as object
    set IE = createobject("internetexplorer.application")
    IE.navigate "URL"
    
    While IE.busy
                Application.Wait Timevalue("00:00:01")
    Wend
    When debugging the IE object is fine until it navigates to the URL. When I add a watch for the object named IE all it's features have values and the object type is WebBrowser2, then after the line ie.navigate "URL" it loses all it's content. All the features get a value of <Automation error> and the type is just object.
    Then when proceeding to the next line and calling on the IE object the error message comes.
    I've seen other people having the same problem, and I tried a number of the suggested solutions, like adjusting internet explorer safety measures or approach the task with VBscripting, but the problem persists.
    Please help!
    Last edited by Cutter; 10-21-2012 at 12:25 PM. Reason: Added code tags

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1