+ Reply to Thread
Results 1 to 7 of 7

Hyperlink sheets dropdown list

  1. #1
    Registered User
    Join Date
    07-24-2006
    Location
    Dublin, Ireland
    Posts
    44

    Hyperlink sheets dropdown list

    hi everyone.

    I have a file with approx 30 sheets in it.
    I'm trying to develop a dropdown list that users can select a sheet from and automatically click on the dropdown list to go there. (either with VBA or hyperlinks). The sheet1, sheet2, sheet3..sheet30 are all contained in the same book1.xls file.

    Does anybody have a working model they can share?

    Thanks
    Conor

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Hyperlink sheets dropdown list

    Maybe something like this will work for you...

    Z1: SheetList
    Z2: Sheet1
    Z3: Sheet2
    etc
    Z30: Sheet29

    B2: Pick-a-sheet
    B3: (use a Data Validation list here that is sourced to the Z2:Z30 sheet list)
    C3: =HYPERLINK("#"&B3&"!A1","Click HERE to see that sheet")

    Here's how to use that:
    Selects a sheet from the dropdown list
    Click on cell C3 to go to cell A1 of that sheet.

    Note: if you need help with Data Validation, let us know.

    Can you work with that?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Conor,

    If you have already added a Forms Drop Down to your sheet, here are 2 macros you can use. One loads the Drop Down with all the sheet names in the workbook, and the other you would assign to the Drop Down to activate the selected sheet.
    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

  4. #4
    Registered User
    Join Date
    07-24-2006
    Location
    Dublin, Ireland
    Posts
    44
    thanks both. works fine

  5. #5
    Registered User
    Join Date
    10-16-2013
    Location
    Tauranga New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Hyperlink sheets dropdown list

    I have an Indirect Drop down, should that matter? it comes up with Reference is not valid.. My Page names are the exact same as that is in the drop down output. Cheers

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Hyperlink sheets dropdown list

    Supra

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  7. #7
    Registered User
    Join Date
    10-16-2013
    Location
    Tauranga New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Hyperlink sheets dropdown list

    No problems, sorry about that I'm new here.

+ 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