Open Google Chrome from VBA/Excel - ExceptionsHub
Questions: I'm trying to open a Chrome browser from VBA. I understand Chrome does not support ActiveX settings so I'm curious if theres any work-arounds? Dim ie As Object Set ie = CreateObject("ChromeTab.ChromeFrame") ie.Navigate "google.ca" ie.Visible = True How to&Answers: shell("C:UsersUSERNAMEAppDataLocalGoogleChromeApplicationChrome.exe -url …