There're a hundreds of excel files I have to collect data from and paste it into a new template according the designated row or column.
I'm thinking of creating an excel workbook that will be able to load all excel files(xls/xlsx extention) in a folder. Copy the content of the file according to the various row & column parameter I'm setting and paste it according to the row & column I set for it. Other than just copy & paste. Assuming it copied 80 rows worth of data, I would like to tag on to column E & F based on the 80 rows of data by referring to a cell number in the loaded file. Once done, it'll clear the rest of the content below the last row filled and save it as the same name but in a separate folder.
If this function is possible, could you guide me through the various commands, operators, code. That're specifically made for such functions. So it'll be easier for me to research on the implementation of the macro.
Thanks for your kind attention to this long wordy post