Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening a URL from A Macro

Status
Not open for further replies.

tma12000

IS-IT--Management
Nov 24, 2003
19
US
Hi there, I've been trying to figure out how to open predetermined url from a macro, but the only thing I come up with is the OpenURL option which asks for the URL you want to open. Is there a command set as a macro that will allow me to tell it what the URL is up front so that every time the macro is run, it opens the webpage?

Thanks,
Tim
 
In VBA you have the Application.FollowHyperlink method.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top