A
avilla
Hi everyone
I have a large worksheet that contains a large amount of records wit
the same values that are not relevant and need deleting. I am using th
following code that does not work.
Can anyone please help
Sub Macro2()
If ActiveCell = ("n/a") Then
EntireRow.Delete
End If
ActiveCell.Offset(1, 0).Select
End Sub
I would also like the macro to stop when it reaches a cell that doe
not contain any value
THANK YO
I have a large worksheet that contains a large amount of records wit
the same values that are not relevant and need deleting. I am using th
following code that does not work.
Can anyone please help
Sub Macro2()
If ActiveCell = ("n/a") Then
EntireRow.Delete
End If
ActiveCell.Offset(1, 0).Select
End Sub
I would also like the macro to stop when it reaches a cell that doe
not contain any value
THANK YO