I'm trying to make an Excel-document ("target document") that automatically updates with information from another Excel-document ("source document"). New data will be added to the source document from time to time and when the target document is opened it must contain the new data added to the source. Every new row in the source must be copied to the target, and every row has an "order number" which makes it unique and identifiable.
I can't use links because later changes in the source document shouldn't cause changes the target document.
How do I do this?
Edit: I was planning on doing this in VBA.