I have 2 worksheets....
In Sheet1, I have a list of 100 Static IDs ( they never change ) in Column D. Starting from D11 to D111
In Sheet2, I have a dynamic database ( updated daily ) of about 25,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 IDs.
In short, I need a procedure to trim the Sheet2 from 20,000 rows down to 100 rows only.
Also, if possible to sort the Sheet2 data, in the same order Sheet1
Thanks..........
In Sheet1, I have a list of 100 Static IDs ( they never change ) in Column D. Starting from D11 to D111
In Sheet2, I have a dynamic database ( updated daily ) of about 25,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 IDs.
In short, I need a procedure to trim the Sheet2 from 20,000 rows down to 100 rows only.
Also, if possible to sort the Sheet2 data, in the same order Sheet1
Thanks..........