Skip to content

Automation error (loss of reference after IE.Navigate method) #320

Open
@ferrets6

Description

@ferrets6

Set auth_IE = CreateObject("InternetExplorer.Application")

image

Using an early binding with
Dim auth_IE As InternetExplorerMedium
and
Set auth_IE = New InternetExplorerMedium
solves the problem, at least for me (IE 11, Window 10)

But then the VBA projects needs the reference to Microsoft Internet Controls (ieframe.dll)

Hope It helps!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions