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.
CodePudding user response:
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.
CodePudding user response:
See the solution offered by Kelvin that allows use of IE mode in Edge with VBA without using Selenium: https://stackoverflow.com/users/19073920/kelvin-yeung