'Vba code to control Edge in IE Mode using iedriverserver.exe

Is there any code sample which I could refer ? To control Edge in IE Mode using iedriverserver.exe in vba. I have downloaded the exe but unable to add related library in tools->reference in vba project.

Please let me know if anyone has knowledge on this topic.Thanks.



Solution 1:[1]

AFAIK, there's no way to automate Edge IE mode in VBA at present.

If you want to automate Edge IE mode, you can use Selenium. For more information about using IE driver to automate IE mode in Edge, you can refer to this doc.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Yu Zhou