且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 Excel VBA 控制 Internet Explorer 本地 Intranet

更新时间:2023-01-11 16:55:29

这里有一个快速简单的解决方案:

Here is a quick and easy solution for this issue:

代替:

set IE = createobject("internetexplorer.application")

使用:

Set IE = New InternetExplorerMedium

无需调整 IE 设置