D
davethewelder
Hi, I have a macro which filters data and deletes using the code below.
Cells.Select
With Selection
.AutoFilter Field:=30, Criteria1:="1"
Selection.EntireRow.Delete Shift:=xlUp
End With
Unfortuantely this deletes the header row as well. Does anyone know how to
avoid this happening?
Any help greatly appreciated.
cheers,
Davie
Cells.Select
With Selection
.AutoFilter Field:=30, Criteria1:="1"
Selection.EntireRow.Delete Shift:=xlUp
End With
Unfortuantely this deletes the header row as well. Does anyone know how to
avoid this happening?
Any help greatly appreciated.
cheers,
Davie