Delete blank rows - HOW?

  • Thread starter Thread starter SteveL
  • Start date Start date
S

SteveL

Have a spreadsheet that contains blank rows every other
row. How can I stip them ouyt automatically?

--Steve
 
If you don't want a VBA solution, simply highlight any column where you can
reliably say that you will happily delete every row where the cell in that
column is blank, then do Edit / Go To Special / Blanks, and then do Edit /
Delete / Entire Row.
 
Back
Top