I have 5 files that i’m trying to collect the data from, and once complete, add all of the data to a separate summary excel file.
I’m counting the files & if the file count is greater that 0, append to file, but i’m just getting an error message.
All the files have their data on the same sheet within the respective documents.
this could be implemented. Please do let us know the format of 5 files? whether these files are excel sheets or any other application?
if the data is in excel sheet, you may read the content from each sheet of each excel file and merge into one data-table. repeat the same for other files within loop.