njzman
njzman

Reputation: 11

Open Edge in IE Mode using VBA

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!

Upvotes: 1

Views: 3304

Answers (1)

Xudong Peng
Xudong Peng

Reputation: 2350

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.

Upvotes: 1

Related Questions