Arthur - thanks, i'll give this solution a go and give some feedback. With regards to what I'm trying to acheive, this is the structure: 1. There are up to 13 historical files that require importing. (reason just the one set of files, is for the debt files, a month / year variable is required for reporting purposes, whereas the the other 13 files that are to be merged with the debt files, only three variables are required thus the temp. library is associated for the folder in my 'documents' folder. The initial code posted had a start date in July, but there were only 6 files available, hence the 'number of months's used. The next step is to sort both sets of file by the account number and then merging them together by the account number. Finally, the outputs of these (up to 13 files) can be appended together.
... View more