hello -

I'm coming to a cell that I'm not sure how to handle...it starts with =- but the cell
says #NAME...I'm looking to delete the row if the cell is #NAME.

Trying to use the below:


If Not IsError(cel_b.Value) Then

Else

cel_b.EntireRow.Delete
Thanks