N
nc
Sub test()
Selection.Rows.EntireRow.Delete
End Sub
Can you help ammend the above code to stop the row (selection) being deleted
if the cell in column A has a number.
Selection.Rows.EntireRow.Delete
End Sub
Can you help ammend the above code to stop the row (selection) being deleted
if the cell in column A has a number.