Created this Macro to compare a part number in one workbook spreadsheet of 135k rows to another column of part numbers located in another workbook spreadsheet that is 600k rows.
When a match is found, then 2 cells of data from the matched rows in the 2nd workbook sheet are copied to 2 cells in the current row of the original first workbook sheet. Then it continues on until it completes this processing of the 135k rows.
It looks like it works, but it's pretty slow and I need some help optimizing it so it can do the same thing but way faster. I had to insert a DoEvents in this original code to keep excel from hanging and not responding but I need a quicker way of processing all of this data...
I could use some help with this.
Bookmarks