needed help again....
what I'm trying to do is, loop thru the range (until last row) and delete entire rows if cell is empty/blank or cell value not equal to "PAID"
below code does not seem to work
LROW = 2
Do While LROW <= LastRow
If (IsEmpty(Cells(LROW, 4)) = True Or Not...