且构网

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

使用Excel VBA控制Internet Explorer本地Intranet

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

以下是针对此问题的快速简便的解决方案:

Here is a quick and easy solution for this issue:

代替:

set IE = createobject("internetexplorer.application")

使用:

Set IE = New InternetExplorerMedium

无需调整IE设置