Hello and thank you in advance for your help.
I have an excel workbook that has a master sheet that keeps track of items and there location that constantly changes and another sheet that keeps track of past locations and does not change. Currently when a record is changed in the master sheet the row is manually copied and pasted into the 2nd sheet. I would like a macro that would find items in the master sheet that are not in the 2nd sheet and copy them to the 2nd sheet when records change.
Example:
Day1 Workbook appears
Master Sheet 2
Equip # Location Equip # Location
1 shop 1 shop
2 field 1 2 field 1
Day2 Workbook changes
Master Sheet 2
Equip # Location Equip # Location
1 field 2 1 shop
2 field 3 2 field 1
1 field 2
2 field 3
The part I am struggling with is finding rows that appear in the master sheet but not anywhere in sheet 2. There are 6 columns in each row. I just need to be pointed in the right direction. Thank you.
Bookmarks