Thread: "like" string
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MDC[_2_] MDC[_2_] is offline
external usenet poster
 
Posts: 9
Default "like" string

I need to delete a row that has certain values in a cell
in Column A. For example if the word "Average" appears in
cell a, I need to delete the whole row. I can't figure
out how to write the code to find partial string match.

Thanks