View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Badger Badger is offline
external usenet poster
 
Posts: 3
Default Can I conditionally delete row in Excel? (if B3=0 delete row B)

I am trying to delete rows based on conditional statements. For example,
delete row B if cell B3(budget balance) is 0. I am having trouble figuring
this out. Can I incorporate a macro that deletes a row into an "if"
statement? Thanks.