+ Reply to Thread
Results 1 to 2 of 2

Creating button as a hyperlink

  1. #1
    Hall
    Guest

    Creating button as a hyperlink

    How do I create a button on my worksheet so when the user clicks it, he's
    taken to a specified hyperlink?



  2. #2
    Harald Staff
    Guest

    Re: Creating button as a hyperlink

    Question is "how do I create a button", how make something happen when
    someone clicks a button, or how to go to a website from within Excel ?

    The latter is called followhyperlink:

    Sub test()
    ActiveWorkbook.FollowHyperlink "http://www.nonsense.com"
    End Sub

    HTH. Best wishes Harald

    "Hall" <[email protected]> skrev i melding
    news:[email protected]...
    > How do I create a button on my worksheet so when the user clicks it, he's
    > taken to a specified hyperlink?
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1