Deletes blank rows
Code:ActiveSheet.Columns(1).SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Deletes blank rows
Code:ActiveSheet.Columns(1).SpecialCells(xlCellTypeBlanks).EntireRow.Delete
xl2007 - Windows 7
xl hates the 255 number
Bookmarks