I have a data sheet with ~50,000 rows. Each row has a location identifier (column C) and other data (columns D-H). I need to delete all rows whose location identifier does not match one of 73 values in another table.
I need to use VBA (rather than formulas/conditional formatting/tables) because I'll need to repeat the action hundreds of times with new sheets.
The closest I've found is "How to delete all cells that do not contain specific values (in VBA/Excel)". However, the code provided in the answer didn't work. No errors, just nothing happened.
Grateful for any help out there!