chiswickbridge
Board Regular
- Joined
- Feb 2, 2013
- Messages
- 130
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 short, I need a procedure to trim the 20,000 rows down to 100 rows only.
Also, if possible to sort the Sheet2 data, in the same order Sheet1
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 short, I need a procedure to trim the 20,000 rows down to 100 rows only.
Also, if possible to sort the Sheet2 data, in the same order Sheet1