+ Reply to Thread
Results 1 to 4 of 4

searching for tab

  1. #1
    Registered User
    Join Date
    01-16-2006
    Posts
    1

    searching for tab

    Hi all, I have written a workbook with some 40 worksheets in it to be used as a reference database. Each of the 40 worksheets has a specific name (tab). Is there a program/formula that I can put on the very first page so that a user can input the name of the sheet/tab they want and that sheet will open for them. Basically to stop them having to sift through 40 tabs to find which sheet they need.
    Thanks
    Kev

  2. #2
    Zack Barresse
    Guest

    Re: searching for tab

    Hello Kevin,

    You have some arrow buttons directly to the left of your sheet tabs. If you
    right click that you will get a little popup menu with the sheets. Clicking
    More Sheets will give you a listbox to choose from. Your other option would
    be to create a table of contents. Here is an example of that, example file,
    instructions, code and all ...

    http://vbaexpress.com/kb/getarticle.php?kb_id=120

    HTH

    --
    Regards,
    Zack Barresse, aka firefytr, (GT = TFS FF Zack)
    To email, remove the NO SPAM. Please keep correspondence to the board, as
    to benefit others.



    "Kevin R" <Kevin.R.21qvsm_1137444000.6271@excelforum-nospam.com> wrote in
    message news:Kevin.R.21qvsm_1137444000.6271@excelforum-nospam.com...
    >
    > Hi all, I have written a workbook with some 40 worksheets in it to be
    > used as a reference database. Each of the 40 worksheets has a specific
    > name (tab). Is there a program/formula that I can put on the very first
    > page so that a user can input the name of the sheet/tab they want and
    > that sheet will open for them. Basically to stop them having to sift
    > through 40 tabs to find which sheet they need.
    > Thanks
    > Kev
    >
    >
    > --
    > Kevin R
    > ------------------------------------------------------------------------
    > Kevin R's Profile:
    > http://www.excelforum.com/member.php...o&userid=30529
    > View this thread: http://www.excelforum.com/showthread...hreadid=501808
    >




  3. #3
    SVC
    Guest

    RE: searching for tab

    You could write macros and create macro buttons to take you to the proper
    sheet. But that is a lot of macros and buttons.

    Alternately, would it work to name cell A1 on each sheet as a range with the
    name of the sheet and let your people select the desired sheet that way?

    "Kevin R" wrote:

    >
    > Hi all, I have written a workbook with some 40 worksheets in it to be
    > used as a reference database. Each of the 40 worksheets has a specific
    > name (tab). Is there a program/formula that I can put on the very first
    > page so that a user can input the name of the sheet/tab they want and
    > that sheet will open for them. Basically to stop them having to sift
    > through 40 tabs to find which sheet they need.
    > Thanks
    > Kev
    >
    >
    > --
    > Kevin R
    > ------------------------------------------------------------------------
    > Kevin R's Profile: http://www.excelforum.com/member.php...o&userid=30529
    > View this thread: http://www.excelforum.com/showthread...hreadid=501808
    >
    >


  4. #4
    Dave Peterson
    Guest

    Re: searching for tab

    You could use hyperlinks to go to any sheet.

    Or you could rightclick on the VCR controls (to the left of the worksheet tabs)
    to see a list of those worksheets.

    Or you could use a floating toolbar:
    http://contextures.com/xlToolbar01.html
    from Debra Dalgleish's site.

    Kevin R wrote:
    >
    > Hi all, I have written a workbook with some 40 worksheets in it to be
    > used as a reference database. Each of the 40 worksheets has a specific
    > name (tab). Is there a program/formula that I can put on the very first
    > page so that a user can input the name of the sheet/tab they want and
    > that sheet will open for them. Basically to stop them having to sift
    > through 40 tabs to find which sheet they need.
    > Thanks
    > Kev
    >
    > --
    > Kevin R
    > ------------------------------------------------------------------------
    > Kevin R's Profile: http://www.excelforum.com/member.php...o&userid=30529
    > View this thread: http://www.excelforum.com/showthread...hreadid=501808


    --

    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