+ Reply to Thread
Results 1 to 4 of 4

Hyperlink List?

  1. #1
    Registered User
    Join Date
    05-01-2008
    Location
    Sheffield
    Posts
    47

    Hyperlink List?

    Hi All,

    Is there any way of having hyperlinks in a drop down box?

    Any way at all..?

    Please help.

    N.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436
    I don't belive so.

    You can always put the links in a dropdown box and then use code to react to a change in the selection of that box.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    05-01-2008
    Location
    Sheffield
    Posts
    47
    Would I use "sheet code" rather than creating a macro.

    My problem is, some people who I am sending this document to will be using a MAC PC. So am trying to avoid using VBA.

    Thanks again.

    N.

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436
    For a non VBA method you will need two cells.
    One holds the list of addresses.

    The other uses that as the argument to the HYPERLINK formula.

    So for a list of links in F2, using data validation list, this formula would be in F3

    =HYPERLINK(F2)

+ 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