J
jay dean
Hello -
There are several sheets in a workbook. Apart from the first sheet named
"SHEET1" every sheet contains lots of strings (text, numbers, etc).
I need a macro that will loop through each sheet except "SHEET1",
searching for matches of the word or phrase in Range("A1") of "SHEET1".
Conditions:
1. The search match should not be case sensitive.
2. It is possible a match could be found in several cells on one sheet
AND/OR found in several other sheets.
3. For each match found on a sheet, the cell containing the match should
be selected. Then an option box should pop up and ask whether I want to
continue searching the rest of the sheets or return to "SHEET1"..(i.e
"Yes Continue Search", "No Return to SHEET1"). If no matches are found
in the workbook, popup box should just say "No matches found"
Any help would be appreciated!
Thanks
Jay
*** Sent via Developersdex http://www.developersdex.com ***
There are several sheets in a workbook. Apart from the first sheet named
"SHEET1" every sheet contains lots of strings (text, numbers, etc).
I need a macro that will loop through each sheet except "SHEET1",
searching for matches of the word or phrase in Range("A1") of "SHEET1".
Conditions:
1. The search match should not be case sensitive.
2. It is possible a match could be found in several cells on one sheet
AND/OR found in several other sheets.
3. For each match found on a sheet, the cell containing the match should
be selected. Then an option box should pop up and ask whether I want to
continue searching the rest of the sheets or return to "SHEET1"..(i.e
"Yes Continue Search", "No Return to SHEET1"). If no matches are found
in the workbook, popup box should just say "No matches found"
Any help would be appreciated!
Thanks
Jay
*** Sent via Developersdex http://www.developersdex.com ***