hello, premise
that I have no programming experience, I have to append an variable number of .xlsx files to a folder.
The number of files varies every day, but the structure is the same for all files. (number of columns and column names)
I would like to obtain a single xlsx file that satisfies all the above, concatenated.
I can’t use excel Application Scope.
Can anyone help me?
If it’s easier, in the same folder I have the same files, in csv.
But in the end I have to get an .xlsx.
Thanks for the reply Jacqui_M,
I am sure that for most of the people present in this Forum, your indications are complete and exhaustive.
Unfortunately, I am not very familiar with and programming knowledge.
I dived into this environment, and I try to take the first steps.
I know how to create a datatable … this is very easy.
I know how to write the final DT, on an .xlsx file.
But I don’t know, concretely, how to write this part.
create a for each loop that loops through each xlsx file in the “input folder”
read each file into a datatable and append it to the master datatable
I realize that it is the “heart” of automation … sorry.