What is the code I need to delete a row if that row contains a value in Column W which is other than "Live"?
So I tried -
If Columns("W").Value = "Dormant" Then EntireRow.Delete
Which is clearly wrong. I had a look on the net but it didn't help. Bit stumped on this one.
Edit - I should point out that "Dormant" is one of about 5 values which isn't "Live"
So I tried -
If Columns("W").Value = "Dormant" Then EntireRow.Delete
Which is clearly wrong. I had a look on the net but it didn't help. Bit stumped on this one.
Edit - I should point out that "Dormant" is one of about 5 values which isn't "Live"