Forum Discussion
Mohtadi
Apr 28, 2022Copper Contributor
EDGE : Opening and filling a webpage through VBA
Hello , As IE is decommissionned , we are trying to migrate to EDGE / Chrome or any other viable alternative... many VBA macros in my organization , depend on IE to open websites and fill so...
Niklas_M
May 31, 2022Copper Contributor
Actually, there is now a really simple low-intrusive way to move from Internet Explorer over to Edge.
Google for "Edge IE Mode" and look around for how to set that up.
basically you configure the computer to just forward any calls to the old IE browser to Edge instead.
Then the scripts just work like normal.
I have a bunch of scripts written for Internet Explorer that now work in Edge instead just fine. automation and everything.
Google for "Edge IE Mode" and look around for how to set that up.
basically you configure the computer to just forward any calls to the old IE browser to Edge instead.
Then the scripts just work like normal.
I have a bunch of scripts written for Internet Explorer that now work in Edge instead just fine. automation and everything.
Reza_Ameri
May 31, 2022Silver Contributor
I explained about the Internet Explorer Mode, sometimes it works but sometimes not and user have to try and see if it works.