Is it possible to create and use a Microsoft Edge variable / object in VBA?

自闭症网瘾萝莉.ら 提交于 2019-12-06 09:31:21
destination-data

Unfortunately Edge doesn't have an API VBA can use.

IE will continue to work.

Sources:

MSDN Social

SO

Correction to the answer by destination-data:

IE will continue to work unless you actually uninstall it using windows features. Which was the case for one of my clients and the code that used Set ie = CreateObject("InternetExplorer.Application") broke. Be aware!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!