小编Sam*_*Sam的帖子

从VBA/Excel打开Goog​​le Chrome

我正在尝试从VBA打开Chrome浏览器.我了解Chrome不支持ActiveX设置,所以我很好奇是否有任何解决方法?

Dim ie As Object 
Set ie = CreateObject("ChromeTab.ChromeFrame")
ie.Navigate "google.ca" 
ie.Visible = True
Run Code Online (Sandbox Code Playgroud)

excel vba google-chrome excel-vba

16
推荐指数
3
解决办法
17万
查看次数

标签 统计

excel ×1

excel-vba ×1

google-chrome ×1

vba ×1