toolbar hyperlinks

S

sunroyal

is there a way i can make a hyperlink work from a custon toolbar?

I need it to open programs and so forth...
 
D

Dave Peterson

You can assign any macro you want to the toolbar's control. And your macro
could use the "Shell" command to start another program--or it could even follow
a hyperlink (activeworkbook.followhyperlink).

You can read more about those in VBA's help.
 
Top