View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marc''s NYK Marc''s NYK is offline
external usenet poster
 
Posts: 1
Default How do I find text among multiple worksheets and return the cell .

Lets say i want to find the text cat in all sheets in my workbook and have
the cell address returned to a cell(s) next to it? I want it to look
something like this:

sheet1 sheet2 sheet3
cat Sheet2!C4 Sheet3!C4
Or even better i would love to write a macro that will search the entire
workbook for any text that I put in cell A1. and return all cell addresses
for that text. Is this possible?