Hello all, i want to delete the entire row if last word is not equal to "OK". I have created a macro, but it is deleting all the rows in the column instead of particular rows where last word is not equal to "OK". Thank you
Sub DelD()
Dim cel As Range
Dim Rng As Range
Set Rng = Range("A2:A" &...