I am brand new to anything to do with Excel programming via VBA. My issue sounds simple but I don't know how to fix it. It is for my job and I feel there is an easier way to do this.
I have a workbook that has 177,000 records. The example below doesn't show all the columns on the original and is just used as an example.
Main-List
Then I get updated workbooks like the following example with 1000s of changes.
Updates
Basically what I need to do is be able to take Updates workbook and copy it into the Main-List Workbook of 177,000 records overwriting the old data. The Banner ID/PIDM are unique numbers. Right now I am only able to find the Banner ID in Main workbook, then select the row and manually copy and paste over the data. I get these weekly and I feel there has to be an easier way than copying and pasting one at a time to update the records.
I apologize if I did this wrong but I have tried searching far and wide on the internet and just can't seem to find an easy way to do this. The original document has 39 columns and it is just a tedious process. Any help will be appreciated.
I have a workbook that has 177,000 records. The example below doesn't show all the columns on the original and is just used as an example.
Main-List
Then I get updated workbooks like the following example with 1000s of changes.
Updates
Basically what I need to do is be able to take Updates workbook and copy it into the Main-List Workbook of 177,000 records overwriting the old data. The Banner ID/PIDM are unique numbers. Right now I am only able to find the Banner ID in Main workbook, then select the row and manually copy and paste over the data. I get these weekly and I feel there has to be an easier way than copying and pasting one at a time to update the records.
I apologize if I did this wrong but I have tried searching far and wide on the internet and just can't seem to find an easy way to do this. The original document has 39 columns and it is just a tedious process. Any help will be appreciated.