View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Southern at Heart Southern at Heart is offline
external usenet poster
 
Posts: 25
Default simple code that does a search for me and returns a string

I've been recording macros to figure how to do what I need to do, but can't
quite get it...

I need my code to search column A, and find the cell that contains (in it's
value) the string strText. strText will just be part of it's value, but
there will only be one cell in column A that matches.
I need this asigned to a new string, strFound
thanks, much.