我正在尝试从VBA打开Chrome浏览器.我了解Chrome不支持ActiveX设置,所以我很好奇是否有任何解决方法?
Dim ie As Object Set ie = CreateObject("ChromeTab.ChromeFrame") ie.Navigate "google.ca" ie.Visible = True
excel vba google-chrome excel-vba
excel ×1
excel-vba ×1
google-chrome ×1
vba ×1