+ Reply to Thread
Results 1 to 2 of 2

hyperlink with check box

  1. #1
    Forum Contributor
    Join Date
    01-03-2013
    Location
    Toulouse
    MS-Off Ver
    Excel 2010
    Posts
    141

    hyperlink with check box

    hey guys on excel I have create 10 different worksheet like sheet 1 to sheet 10,
    and on sheet o a have main menu that contains the list of sheets 1, 2 , 3....10
    with a check box next to each sheet title. I would like to hyperlink to the appropriate sheet
    once I check the box next to its title ..
    i.e if I check the box net to sheet 3 it should take me to sheet 3

    hope it make sense , any help please

    antonio

  2. #2
    Valued Forum Contributor
    Join Date
    10-10-2012
    Location
    New York
    MS-Off Ver
    Excel 2007/2010
    Posts
    337

    Re: hyperlink with check box

    This is really a question for the VBA / Macro forum on this site.
    Assuming you added the checkbox as an ActiveX control object, double click on the checkbox and it will open VBA. Enter this code for each checkbox Sub
    Please Login or Register  to view this content.
    for each checkbox you need to change the checkbox number (in red)and the sheet name (in green).

    This code will only take you to the corresponding tab when checking the box.
    Don't just use the answers provided for you. Try to understand how it works by reverse engineering or asking about it.

    Please mark the thread as [SOLVED] (Thread Tools->Mark thread as Solved) when answered.
    If you're happy with an answer given, please click the * under the person's name to boost their reputation.

+ 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