View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JayL JayL is offline
external usenet poster
 
Posts: 20
Default match function code?

All,
Looking for code to read contents of cell A1, search column C for any cell
that contains A1 anywhere in a cell and return the row number of any finds
in Column C to cell B1.
I used the match function and it works but has a 255 character cell
limitation, which I need to surpass.

TIA,
J