View Single Post
 
Old 02-13-2016, 10:11 AM
lostinwebspace lostinwebspace is offline Windows 8 Office 2010 64bit
Novice
 
Join Date: Apr 2015
Posts: 2
lostinwebspace is on a distinguished road
Default Macro to Open to a Website When No Document Is Open

Hi all,

I'm having a problem. I would like a macro to open a browser window to Google, even when there is no document open. I can do it with a document open using ActiveDocument.FollowHyperlink ("https://www.google.ca/?gws_rd=ssl"). But obviously that's using a property of the ActiveDocument. How do I open this link when there is no ActiveDocument?

Thanks!
Reply With Quote