Importing multiple files
Dear all, my problem has probably been brought up before as it is quite basic but I couldn't find the solution to my exact problem. I want to import multiple files with the same structure, manipulate them in the identical way and then glue a subset of them together. I have done the importing and data manipulation part in the following generic way:dt = Open(
"PATH/File1.xlsx",
Worksheets( "Table
...