Macro to feed an xls file from several (the amount may vary) xls files contained in a specific directory.
The format is the following:
Source files: Contain a header and a single record below it. (A1: I2)
Destination file: Must contain the same header and store the data found in each source file (A2: I2).
Each time the macro is run you should clean the data in the destination file and get the data of all the files in a specific folder.