How to open the edge browser using vba Macro

Pratima shah 1 Reputation point
2022-06-08T00:25:13.547+00:00

How to open edge browser using VBA macro in excel

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. kinuasa 366 Reputation points
    2022-06-08T08:20:39.86+00:00

    Please refer to the following.

    CreateObject("Shell.Application").ShellExecute "microsoft-edge:https://learn.microsoft.com/"  
    
    7 people found this answer helpful.
    0 comments No comments

  2. Osloban 0 Reputation points
    2023-04-24T17:05:51.8633333+00:00

    hi, can you please tell me how to print the site with edge, using vba?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.