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...
Reza_Ameri
Apr 28, 2022Silver Contributor
Does your program work in the Internet Explorer Mode in Microsoft Edge?
Microsoft Edge comes with features where they store information and fill up textbox in forms.
Depending on your requirement you may consider developing new program as Microsoft Edge extension.
Microsoft Edge comes with features where they store information and fill up textbox in forms.
Depending on your requirement you may consider developing new program as Microsoft Edge extension.
Mohtadi
Apr 29, 2022Copper Contributor
Reza_Ameri Thanks for your answer !
To be honest , i have no clues on how to run my VBA code in the Internet Explorer mode !
My code is just doing a CreateObject("InternetExplorer.Application") and then uses the object to pass in / manipulate an HTML Doc inside
I dont know how to make the code runs EDGE instead of IE without having a huge impact
- Reza_AmeriApr 29, 2022Silver ContributorHow does your code works?
Is it like a script running on standalone application?- MohtadiMay 01, 2022Copper ContributorIt is a VBA Function inside run in an excel macro 🙂
a button in excel , allows running the function to launch Internet Explorer , and filling some login information in the opened webpage...- Reza_AmeriMay 01, 2022Silver ContributorThank you for the clarification.
I believe you will have to check with developer forum and ask them how to redevelop the code.
You may post your question on:
https://docs.microsoft.com/en-us/answers/products/