Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to open edge browser using VBA macro in excel
Please refer to the following.
CreateObject("Shell.Application").ShellExecute "microsoft-edge:https://learn.microsoft.com/"
hi, can you please tell me how to print the site with edge, using vba?