View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Keturi John Keturi is offline
external usenet poster
 
Posts: 19
Default Search Row & Column

I've written some code to Search Row 1 for the word "Marty", then to search
down Column A for the word "CA", then to replace the correlating Cell
contents with "OK". It seems to search and run, but it does not replace the
Cell.Value="OK". Any suggestions?