The following Sub procedure was working fine, but has suddenly started throwing an error.
Sub DeleteAll()
Cells.Select
Selection.Delete Shift:=xlUp
Cells.Select
End Sub
What could be the reason for the error?
The following Sub procedure was working fine, but has suddenly started throwing an error.
Sub DeleteAll()
Cells.Select
Selection.Delete Shift:=xlUp
Cells.Select
End Sub
What could be the reason for the error?