Search all worksheets

nbaj

New member
Local time
Today, 11:25
Joined
Dec 3, 2004
Messages
6
Hi all,
Novice programmer so please be gentle with me! I'm running Excel 2000, and I want to search for one string in all the worksheets in a spreadsheet (there are about 20). Where do I start?
Thanks in advance..:)
 
search

I am using excel 2003 but will guess the following exists in 2000. At the top go to Edit>Find. Enter the string to search for using "All" or "Any part of text" and under the WITHIN drop down box choose Workbook.
 
nbaj said:
Where do I start?

With the Find Method in the VBA Help. This should tell you all you need to know about using the Find command programmatically...
 

Users who are viewing this thread

Back
Top Bottom