I am trying the @longvh registry solution (Automating Edge Browser using VBA without downloading Selenium) and have a question: Do I need to change the VBA code to open Edge in IE Mode, rather than IE? If so, can anyone provide an example of that? Thanks!
Asked
Active
Viewed 2,912 times
1 Answers
1
Do I need to change the VBA code to open Edge in IE Mode, rather than IE?
There is no COM interface available for the Edge browser. Microsoft has not provided any way to automate the Edge browser using VBA automation.
So, there is no way to fetch the already opened instance of the Edge browser and retrieve elements with the help of VBA.

Xudong Peng
- 1,463
- 1
- 4
- 9
-
Is there any information whether Microsoft will change that in the future? – Gobrel Jun 30 '22 at 09:03