I have two columns A and C. The column A has names, and column C has values 'Current' and 'Expired'.
There are duplicate names in column A and I want to remove the specific duplicate (entire row) that have value ‘Expired’ in column C.
Because the file is very large the formatting and filtering doesn’t work.
I want to run VBA to do that. What would be the code to achieve this?
There are duplicate names in column A and I want to remove the specific duplicate (entire row) that have value ‘Expired’ in column C.
Because the file is very large the formatting and filtering doesn’t work.
I want to run VBA to do that. What would be the code to achieve this?