View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Worker Bee Worker Bee is offline
external usenet poster
 
Posts: 1
Default deleting selected rows

I've got a workbook filled with worksheets containing 4 columns of
data each. I'd like to delete all of the rows (in each worksheet)
whose column B, C, and D cells contain the value "0". I am guessing
this is something that can be accomplished with nested loops, but I am
terribly rusty at VB. Can I get a push in the right direction?

Thanks much.