+ Reply to Thread
Results 1 to 4 of 4

Drop Down Menu That Populates Hyperlinks Within the Spreadsheet

  1. #1
    Registered User
    Join Date
    05-11-2015
    Location
    Austin TX
    MS-Off Ver
    Office 2013
    Posts
    4

    Drop Down Menu That Populates Hyperlinks Within the Spreadsheet

    Hello!

    I'm new to this forum. I have been working in Excel for about 10 years now but have advanced to some pretty interesting levels in the past 6 months.

    I'm stuck on this new problem. My boss wants a drop down menu in Excel that will return a hyperlink WITHIN the spreadsheet. She doesn't want external hyperlinks.

    I am a novice VB user and looking to find a way to do this in Excel. She wants Excel not Access.

    Thank you in advance for your help.

    Bonnie

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Drop Down Menu That Populates Hyperlinks Within the Spreadsheet

    You dont need VBA for this. If your DD is in A2, try this...
    =HYPERLINK("#"&"'"&A2&"'!A1",A2)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    05-11-2015
    Location
    Austin TX
    MS-Off Ver
    Office 2013
    Posts
    4

    Re: Drop Down Menu That Populates Hyperlinks Within the Spreadsheet

    Thank you Ford for your prompt response!

    I'm a bit of a newbie at these kinds of forums and your shorthand flew right over my head.

    Where do I try the =HYPERLINK("#"&"'"&A2&"'!A1",A2) ? In the cell next to the drop down box? Does is format the dropdown box to return hyperlinks instead of text? I will have a column of these dropdown boxes because it is a tracking spread sheet.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Drop Down Menu That Populates Hyperlinks Within the Spreadsheet

    My apologies.

    1. You would put the that formula where you want the hyperlink to appear.
    2. It assumes that the dropdown (DD) is in A2. you would adjust this as needed.
    3. The A1 is the cell that the hyperlink will take you to. This can also be adjusted as needed.
    4. the last A2 reference takes the contents of A2 (the dropdown) and uses that for the Hyperlink name

    Shout if anything is still unclear

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 02-18-2014, 07:58 PM
  2. Replies: 3
    Last Post: 09-17-2013, 10:45 PM
  3. drop down menu selection populates column values
    By rebe29cca in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-29-2011, 06:33 PM
  4. Replies: 2
    Last Post: 01-30-2009, 04:23 PM
  5. Drop Menu with Hyperlinks?
    By LilT782 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 09-21-2007, 06:18 AM

Tags for this Thread

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