Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / September 2007

Tip: Looking for answers? Try searching our database.

Opening a Hyperlink using macros

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
prutherford18@gmail.com - 19 Sep 2007 13:57 GMT
Does anyone know how to open a hyperlink without using your mouse?
I've tried a couple of macros but I can't get them to work.  I am
inexperienced with Macros (especially the VBE ones)  Any help would be
MUCH appreciated as it would save me a great deal of time.
Thank you,
Patrick
Tom Ogilvy - 19 Sep 2007 14:10 GMT
Look at the followhyperlink command.  

Signature

regards,
Tom Ogilvy

> Does anyone know how to open a hyperlink without using your mouse?
> I've tried a couple of macros but I can't get them to work.  I am
> inexperienced with Macros (especially the VBE ones)  Any help would be
> MUCH appreciated as it would save me a great deal of time.
> Thank you,
> Patrick
Gary''s Student - 19 Sep 2007 14:16 GMT
Lets say there is a hyperlink in cell D7:
http://www.microsoft.com
then:

Sub hypergoer()
ActiveWorkbook.FollowHyperlink Address:=Range("D7").Value
End Sub

Signature

Gary''s Student - gsnu200745

> Does anyone know how to open a hyperlink without using your mouse?
> I've tried a couple of macros but I can't get them to work.  I am
> inexperienced with Macros (especially the VBE ones)  Any help would be
> MUCH appreciated as it would save me a great deal of time.
> Thank you,
> Patrick
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.