In Sheet1, I have a list of 100 Dynamic IDs in Column D. Starting from D11 to D111
In Sheet2, I have a database of about 20,000 rows. Each ID ( from Sheet1 ) will appear only once in Sheet2.ColA.
Need a VBA to delete rows, where the value in Column A is NOT equal to any of the 100 ID.
In...