toolbar hyperlinks

  • Thread starter Thread starter sunroyal
  • Start date Start date
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...
 
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.
 
Back
Top