Forum Discussion
LesKing
May 05, 2023Brass Contributor
Open a website from within Excel
Hi, In my Excel workbook I have a number of 'Command' buttons to run macros. I also have one which I would like to (hopefully) click to access a website (which from outside Excel I access via googl...
- May 05, 2023
Your macro can use the FollowHyperlink method of ActiveWorkbook to open a website in your default browser. But you'll have to go back to Excel yourself.
HansVogelaar
May 05, 2023MVP
Your macro can use the FollowHyperlink method of ActiveWorkbook to open a website in your default browser. But you'll have to go back to Excel yourself.