+ Reply to Thread
Results 1 to 3 of 3

Is it possible to search tabs in excel?

  1. #1
    Registered User
    Join Date
    03-13-2006
    Posts
    4

    Is it possible to search tabs in excel?

    Hi,

    I know if you press 'ctrl + F' you can search for a specific word in a spreadsheet, but is there a way to search for a specific word in the tabs at the bottom? I have a spreadsheet that has 100's of tabs at the bottom.

    Any ideas?

    Ste

  2. #2
    Guest

    Re: Is it possible to search tabs in excel?

    Hi

    You could try this page:
    http://www.mvps.org/dmcritchie/excel/buildtoc.htm
    Which has a macro for creating an index page, with clickable shortcuts to
    each sheet.
    An alternative, but similar method, is to download ASAP Utilites' Excel
    Add-in from www.asap-utilities.com
    This has this function and many, many others.

    Andy.

    "Ste1978" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi,
    >
    > I know if you press 'ctrl + F' you can search for a specific word in a
    > spreadsheet, but is there a way to search for a specific word in the
    > tabs at the bottom? I have a spreadsheet that has 100's of tabs at the
    > bottom.
    >
    > Any ideas?
    >
    > Ste
    >
    >
    > --
    > Ste1978
    > ------------------------------------------------------------------------
    > Ste1978's Profile:
    > http://www.excelforum.com/member.php...o&userid=32398
    > View this thread: http://www.excelforum.com/showthread...hreadid=550917
    >




  3. #3
    Don Guillett
    Guest

    Re: Is it possible to search tabs in excel?

    try
    Sub searchpages()
    For Each ws In Worksheets
    If InStr(UCase(ws.Name), "JOE") > 0 Then ws.Select
    Next
    End Sub

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Ste1978" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi,
    >
    > I know if you press 'ctrl + F' you can search for a specific word in a
    > spreadsheet, but is there a way to search for a specific word in the
    > tabs at the bottom? I have a spreadsheet that has 100's of tabs at the
    > bottom.
    >
    > Any ideas?
    >
    > Ste
    >
    >
    > --
    > Ste1978
    > ------------------------------------------------------------------------
    > Ste1978's Profile:
    > http://www.excelforum.com/member.php...o&userid=32398
    > View this thread: http://www.excelforum.com/showthread...hreadid=550917
    >




+ 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