Sub LeerLöschen() On Error Resume Next Application.Intersect(Range("A1:A200"), _ Cells.SpecialCells(xlCellTypeBlanks)).EntireRow.Delete End Sub