View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Workbook Workbook is offline
external usenet poster
 
Posts: 121
Default Delete Empty Rows Macro

I am trying to create a code that will delete every empty row from A1:L200.
More specifically, if any cell from A1:L200 has contents in it, I dont want
the row that cells belongs in to be deleted. Is that possible?