In the code below the Criteria1 needs to be changed to say any value not formatted as a date.
Any idea's would be greatfully appreciated.
Thanks,
Kurt
Dim Rng As Range
Set Rng = Range("A1:I" & Range("A5000").End(xlUp).Row)
Rng.AutoFilter Field:=8, Criteria1:=" "
Rng.Offset(1, 0).SpecialCells(xlCellTypeVisible).EntireRow.Delete
ActiveSheet.AutoFilterMode = False
Any idea's would be greatfully appreciated.
Thanks,
Kurt
Dim Rng As Range
Set Rng = Range("A1:I" & Range("A5000").End(xlUp).Row)
Rng.AutoFilter Field:=8, Criteria1:=" "
Rng.Offset(1, 0).SpecialCells(xlCellTypeVisible).EntireRow.Delete
ActiveSheet.AutoFilterMode = False