📌  相关文章
📜  Internet Explorer 参考 vba 代码示例

📅  最后修改于: 2022-03-11 14:51:53.434000             🧑  作者: Mango

代码示例1
' Add references to the project:
' « Microsoft Internet Controls » and « Microsoft HTML Object Library »
Dim IE As New InternetExplorer
Dim html As HTMLDocument