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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening web page with a macro 2

Status
Not open for further replies.

scorm2

Technical User
Aug 1, 2004
3
US
Is it possible to open a web page with a macro? I am using a Hot Spot to run a macro and want the macro to open a web page.
 
Sure, use the Shell function and give IE a URL. I'm not at able to test this right now, but this should work.

rc% = Shell("C:\program files\internet explorer\iexplore.exe
calculus
 
Calculus, Thanks for the help. This was just what I needed. I am rather new to macros so I really appreciate the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top