View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Delete Row based on cell contents

How well do you know vba? Look in vba help index for FINDNEXT

--
Don Guillett
SalesAid Software

"Steph" wrote in message
...
Hi. Is it possible to delete the entire row if the contents of cellA in
that row contains a "/"?

So, I'd like to scan an entire sheet, and delete all rows that have a "/"
somewhere within the cell contents in column A of each row. Thanks!