I have two large worksheets. One was run a couple months ago and the other was run this week. I'm looking for VBA to find the differences between the worksheets. Each worksheet is set up the same, but the data may not be in the same order, and may not have the exact same items.
Spreadsheets have about 60,000 rows and 50 columns.
Small set of Original data
Updated Data
I highlighted a few of the differences on the updated data, in red as a way to show what I need to find.
I don't care if one of the existing worksheets highlights the differences or if the differences are dumped to another sheet, I just need to be able find the differences.
I am on Windows 10, Microsoft 365.
Thank you in advance.
Spreadsheets have about 60,000 rows and 50 columns.
Small set of Original data
INMID | INMDesc | INMCat | INMUnit | INMAltEntryConvFact | INMAltEntryUOM | INMForceSalesEntry | INMComment | INMFarmerTax | INMLastCost | INMLastVendor | INMMinimum | INMNoAnonymous | INMPrice1 |
258E-07 | GREEN ENGRAVED | 3113 | EA | False | Y | 0.8467 | 889810 | 0.0000 | False | 2.0500 | |||
258E-03 | NECK TAG ENGRAVED WHITE TAG W/ BLACK # | 3050 | EA | 0.0000 | False | Y | 1.1011 | 889810 | 0.0000 | False | 2.5900 | ||
1 | BURNS 1' HYD HOSE | 3240 | FT | 0.0000 | False | Y | 9.25 | 605210 | 0.0000 | False | 8.9900 | ||
07.05114 | PUMP 07.05114 -DI | 3050 | EA | False | Y | 0.0000 | 0.0000 | False | 232.9500 | ||||
07.06772 | VENTIER PURPLE -DI | 3050 | EA | False | Y | 0.0000 | 0.0000 | False | 8.2000 | ||||
07.06773 | TURBO DROP BLUE | 3050 | EA | 0.0000 | False | Y | 0.0000 | 0.0000 | False | 13.2900 | |||
07.06839 | SPRAYER PART | 3240 | EA | False | Y | 0.0000 | 0.0000 | False | 2.5500 | ||||
07.06967 | BUSHING | 3050 | EA | False | Y | 0.0000 | 0.0000 | False | 4.9500 | ||||
07.06995 | SPRAYER PART | 3050 | EA | False | Y | 0.0000 | 0.0000 | False | 3.1900 |
Updated Data
INMID | INMDesc | INMDesc | INMCat | INMUnit | INMAltEntryConvFact | INMAltEntryUOM | INMForceSalesEntry | INMComment | INMFarmerTax | INMLastCost | INMLastVendor | INMMinimum | INMNoAnonymous | INMPrice1 |
258E-07 | GREEN ENGRAVED NECK TAG | GREEN ENGRAVED NECK TAG | 3113 | EACH | False | Y | 0.8467 | 889810 | 0.0000 | False | 2.0500 | |||
258E-03 | NECK TAG ENGRAVED WHITE TAG W/ BLACK # | NECK TAG ENGRAVED WHITE TAG W/ BLACK # | 3050 | EACH | 0.0000 | False | Y | 1.1011 | 889810 | 0.0000 | False | 2.5900 | ||
1 | BURNS 1' HYD HOSE | BURNS 1' HYD HOSE | 3240 | FOOT | 0.0000 | False | Y | 9.25 | 605210 | 0.0000 | False | 8.9900 | ||
07.05114 | PUMP 07.05114 -DI | PUMP 07.05114 -DI | 3050 | EACH | False | Y | 0.0000 | 0.0000 | False | 232.9500 | ||||
07.06772 | VENTIER PURPLE -DI | VENTIER PURPLE -DI | 3050 | EACH | False | Y | 0.0000 | 0.0000 | False | 8.2000 | ||||
07.06773 | TURBO DROP BLUE | TURBO DROP BLUE | 3050 | EACH | 0.0000 | False | Y | 0.0000 | 0.0000 | False | 13.2900 | |||
07.06839 | SPRAYER PART | SPRAYER PART | 3240 | EACH | False | Y | 0.0000 | 0.0000 | False | 2.5500 | ||||
07.06967 | BUSHING | BUSHING | 3050 | EACH | False | Y | 0.0000 | 0.0000 | False | 4.9500 | ||||
07.06995 | SPRAYER PART | SPRAYER PART | 3050 | EACH | False | Y | 0.0000 | 0.0000 | False | 3.1900 |
I highlighted a few of the differences on the updated data, in red as a way to show what I need to find.
I don't care if one of the existing worksheets highlights the differences or if the differences are dumped to another sheet, I just need to be able find the differences.
I am on Windows 10, Microsoft 365.
Thank you in advance.