S sunroyal Nov 25, 2003 #1 is there a way i can make a hyperlink work from a custon toolbar? I need it to open programs and so forth...
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 Nov 25, 2003 #2 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.
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.