把下面代码中的“网页标题”改为你要关闭的IE的标题,然后运行,即可关闭在IE中打开的WORD:
Dim oShellApp, oShellAppWindows, oWin Set oShellApp = CreateObject("Shell.Application"
) Set oShellAppWindows = oShellApp.Windows For Each oWin In oShellAppWindows If LCase(TypeName(oWin.document)) = "htmldocument" Then If InStr(1, oWin.locationname, "网页标题", vbTextCompare) > 0 Then oWin.Navigate "about:blank" Exit For End If End If Next Set oWin = Nothing Set oShellApp = Nothing Set oShellAppWindows = Nothing
前端需要懂css吗,css注释如何设置,css写直播列表,css苹果手机滑动卡,css设置input没有边框,css怎么做荧光效果,css3如何改变移动的方向