morning,
I have a table and I want to delete entire rows, if there is any value in them. I've come this far, by modifying previous code I have, but need some help changing the "void" to search for any number in that field.
Sub DeleteShip()
Dim c As Range
Dim SrchRng
Set...