Hyperlink Buttton in excel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • squidge1990
    New Member
    • Nov 2006
    • 9

    #1

    Hyperlink Buttton in excel

    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
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Originally posted by squidge1990
    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
    Hi, you might use the shell() function to call iexplore and pass the url as a command line parameter.

    Comment

    Working...