我跑了一下:
Dim strURL
strURL="www.baidu.com"
Set SystemUtil=CreateObject("WScript.Shell")
SystemUtil.Run "C:\Program Files\Google\Chrome\Application\chrome.exe",strURL
Set SystemUtil = Nothing
对象不支持此属性或方法: 'SystemUtil'
Line (3): "Set SystemUtil=CreateObject("WScript.Shell")".
不用SystemUtil是OK的
Dim strURL
strURL="www.baidu.com"
SystemUtil.Run "C:\Program Files\Google\Chrome\Application\chrome.exe",strURL