ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Is it possible to search tabs in excel? (https://www.excelbanter.com/excel-worksheet-functions/93406-possible-search-tabs-excel.html)

Ste1978

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


--
Ste1978
------------------------------------------------------------------------
Ste1978's Profile: http://www.excelforum.com/member.php...o&userid=32398
View this thread: http://www.excelforum.com/showthread...hreadid=550917



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" wrote in
message ...

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




Don Guillett

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

"Ste1978" wrote in
message ...

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





All times are GMT +1. The time now is 10:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com