This is what I use to delete empty rows - is there a way I can get it to skip the first 3 rows - I really like this one as it is very quick. I suppose I could put a fony value in A1:A3 - then set them = vbnullstring after (but I really dont want to do so).
Code:ActiveSheet.Columns(1).SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Bookmarks