Oct 28 2021 04:57 AM
Hi Guys, I am very new to VBA and I have a pretty specific requirement that I could use some help with figuring out.
The code above is used inside of a button in order to open up a different excel spreadsheet and copy the data into my 'Master Spreadsheet'.
With the data that is being copy and pasted into the Master Spreadsheet I also want to be able to check the ID column and if any of the ID's match I want to replace the matching ID row with all of the corresponding ID data from the imported spreadsheet.
All of the data below is dummy data and is not real, however for example, if ID 5 (John Harris) matches ID 5 (Michael Bailey) then I want all of Michael Bailey's data to be replaced with John Harris's data.
I hope that what I have written makes sense and I would appreciate any help with this.
Nov 01 2021 02:09 PM