Hi, I tried to make a macro that could navigate google chrome, because the traditional internet explorer navigation doesn't work for me. I used late binding and the object of the IE window just drops it's content, and loses the window immediately after loading. The forum was of the opinion that it's some kind of firewall issue, but neither I, nor the IT personnel can't work it out. Anyway, now I' m trying with google chrome. I have the following line.
While the website loads without problem, an error message pops up, even before loading the site:
Dim myb as shdocvw.webbrowser
set myb = CreateObject(Shell("C:\Users\myusername\AppData\Local\Google\Chrome\Application\chrome.exe -url https:\\thelinkofthewebsitecopywhatevertakesyourfancy.com"))
the error message:
Run-time error '429':
ActiveX component can't create object
I repeat the website actually loads in google chrome, but the macro crashes with this error message.
Please help!
Bookmarks