I am running a report of employees who charge time to different codes. The report gives me the following columns:
Emp# / Emp Name / Rate / TermDate
If the employee has left, then there is a value in the TermDate column.
Because the value in the cell could be any date, I want to write a macro that will search the list and delete any row in which the value in the fourth column is NOT blank.
I've found several examples of how to delete a row based on blank cells, or based on certain values, but none on a non-blank value.
Each report will have a different number of rows as well so I need help selecting the range and deleting rows in the range based on the value of the final column.