Merging Multiple excel files into a master file
I was hoping someone would be able to help me. I am trying to look for the VBA code needed in order to create a Macro in an Excel File that would take the data entered by a user and merge/append it to a master file.
So basically it would be like this.
Master File
1 entry file
2 entry file
3 entry file
I need to take the data from each entry file and merge/append it into the Master File. Update any existing records with the new Status and completed date and add in any new records that do not already exist. Each entry file will only have the data of the person using that file. Entry Files are daily requests. Master file will house all the daily requests by each person so there can then be analysis on the workload.
I tried to use the Compare and Merge Workbooks, but data was getting over written by each users entry. I guess it does by row number and each user can be using Row two, but for there own entry.
I just don't know if there is any way that you can be able to do this without each user overriding the other users data.
Any assistance in this would be much appreciated.
Thanks,
Terri