View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pablo Pablo is offline
external usenet poster
 
Posts: 3
Default deleting multiple rows with multiple criteria

Hello: looking for code to a macro that will delete rows based on multiple
critera. For example, worksheet has 10,000 rows of data; however, need to
delete any row that begin with (no quotes):

"ACTH"
"#55"
"-----"

Some rows may have ACTH-4577, but still need to be delted b/c the have the
"ACTH" at the beginning.

Thanks!