View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sagar Sagar is offline
external usenet poster
 
Posts: 5
Default Deleting several rows with given criteria

you may try applying auto filter. and then select the text and delete. (if
this is one time requirement). otherwise, do the same thing with record macro
options. and modify the code to automize this.

"Rechie" wrote:

I have 1 thousand lines/rows in a sheet.
I want to delete rows that contains "0100" text or maybe number.

Thanks.
Rechie