Thread: Multiple cells
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nikita[_2_] nikita[_2_] is offline
external usenet poster
 
Posts: 3
Default Multiple cells

I would like to perform a search on each row in a single column of
names. If the name matches a specified name, I would like to insert
text into the the cell to the right of the cell with the matching name.
How do I do this? Do I use the Count property?