+ Reply to Thread
Results 1 to 6 of 6

Command Button Hyperlink

  1. #1
    Brad
    Guest

    Command Button Hyperlink

    Thanks for taking the time to read my question.

    Is it possible to have a button on a form act as a hyperlink?

    If so, how do I do this?

    Thanks,

    Brad

  2. #2
    Anne Troy
    Guest

    Re: Command Button Hyperlink

    You can use a textbox from the Drawing toolbar, Brad.
    *******************
    ~Anne Troy

    www.OfficeArticles.com


    "Brad" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks for taking the time to read my question.
    >
    > Is it possible to have a button on a form act as a hyperlink?
    >
    > If so, how do I do this?
    >
    > Thanks,
    >
    > Brad




  3. #3
    Brad
    Guest

    Re: Command Button Hyperlink

    You can use that on a user form?

    Brad

    "Anne Troy" wrote:

    > You can use a textbox from the Drawing toolbar, Brad.
    > *******************
    > ~Anne Troy
    >
    > www.OfficeArticles.com
    >
    >
    > "Brad" <[email protected]> wrote in message
    > news:[email protected]...
    > > Thanks for taking the time to read my question.
    > >
    > > Is it possible to have a button on a form act as a hyperlink?
    > >
    > > If so, how do I do this?
    > >
    > > Thanks,
    > >
    > > Brad

    >
    >
    >


  4. #4
    Anne Troy
    Guest

    Re: Command Button Hyperlink

    Sorry, Brad. No.
    *******************
    ~Anne Troy

    www.OfficeArticles.com


    "Brad" <[email protected]> wrote in message
    news:[email protected]...
    > You can use that on a user form?
    >
    > Brad
    >
    > "Anne Troy" wrote:
    >
    > > You can use a textbox from the Drawing toolbar, Brad.
    > > *******************
    > > ~Anne Troy
    > >
    > > www.OfficeArticles.com
    > >
    > >
    > > "Brad" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Thanks for taking the time to read my question.
    > > >
    > > > Is it possible to have a button on a form act as a hyperlink?
    > > >
    > > > If so, how do I do this?
    > > >
    > > > Thanks,
    > > >
    > > > Brad

    > >
    > >
    > >




  5. #5
    Dave Peterson
    Guest

    Re: Command Button Hyperlink

    How about something like:

    Option Explicit
    Private Sub CommandButton1_Click()
    ThisWorkbook.FollowHyperlink Address:="http://www.yoursite.com"
    End Sub

    You might want to do the same thing with a label--format it blue underline so
    that it looks like a hyperlink. It might be more familiar to users.



    Brad wrote:
    >
    > Thanks for taking the time to read my question.
    >
    > Is it possible to have a button on a form act as a hyperlink?
    >
    > If so, how do I do this?
    >
    > Thanks,
    >
    > Brad


    --

    Dave Peterson

  6. #6
    Brad
    Guest

    Re: Command Button Hyperlink

    PERFECT!!

    Thanks so much Dave,

    Brad

    "Dave Peterson" wrote:

    > How about something like:
    >
    > Option Explicit
    > Private Sub CommandButton1_Click()
    > ThisWorkbook.FollowHyperlink Address:="http://www.yoursite.com"
    > End Sub
    >
    > You might want to do the same thing with a label--format it blue underline so
    > that it looks like a hyperlink. It might be more familiar to users.
    >
    >
    >
    > Brad wrote:
    > >
    > > Thanks for taking the time to read my question.
    > >
    > > Is it possible to have a button on a form act as a hyperlink?
    > >
    > > If so, how do I do this?
    > >
    > > Thanks,
    > >
    > > Brad

    >
    > --
    >
    > Dave Peterson
    >


+ 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