I have 2 worksheets. A master and a monthly update. Both contain student number (primary key) and fields like address, phone number, etc. I am trying to update the master sheet with any changes from the monthly file or insert a row if it is a new student. So for example if student 1 exists but has a new phone number it will update that cell, if student 1000 does not exist in the master it will insert a new row.
Both sheets have the exact same format and same column headers. In SQL I would do a normal update/insert process but is there an easy way to loop through and perform the same in VBA?
Thank you in advance!
Bookmarks