I send an excel file out to six different people everyday in an email and it contains a list of deliveries that were shipped late. The recipients are to chose a reason from a dropdown in the excel file and add any other comments in another column. When the recipient selects a reason from the dropdown I have a VBA that records the date and time it was entered. Now they send these files back to me and I need to combine them into a master file. What is the best way to combine this back into a master file retaining the actual date and time the reason was entered. I do not want to cut and paste the data as there are 100's of lines in each file.