Im tryin to hyperlink a vba button on a form in excel, it needs to link to an external site which acts as a help to the program i am writing. i would appreciate it if some could help with this problem. thnks
Hyperlink Buttton in excel
Collapse
X
-
Tags: None
-
Hi, you might use the shell() function to call iexplore and pass the url as a command line parameter.Originally posted by squidge1990Im tryin to hyperlink a vba button on a form in excel, it needs to link to an external site which acts as a help to the program i am writing. i would appreciate it if some could help with this problem. thnks
Comment