Opening a url

F

fgwiii

I am attempting to create a macro that will open a
specific URL, but I am unclear as to how to do this. I
have tried Run Command & Open URL as well as Open
Hyperlink, but each time I get an error. Can someone
please offer me some guidance on how to accomplish this?

Thank you!

Fred
 
J

Jim/Chris

You could place a button on Form and click properties in
Event select "On Click" and click the Code Builder.

write this line

Application.FollowHyperLink LableName.Caption

the Label named LableName has the hyperlink location.

Jim
 
Top