You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set auth_IE = CreateObject("InternetExplorer.Application")
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)