View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Blee Blee is offline
external usenet poster
 
Posts: 6
Default Search column for string and write to cell

Not sure why I cannot find any code to do this, but.... I'm looking to
write a macro that would search a specific column for a string
(contains) and write a specific value to another cell in that same row
if there is a match. I.e., If column Z has a string that contains
"zebra", write "animal" to cell B of that same row. Anyone?