How to open 1st file and analyze it, then close and open the 2nd file, etc
Hi I have a jsl want to use and run many files in different folders, then save the file with a name.My solution is to put all the all the files path/directory into one excel file,then run the path from row 1 to end.There are 2 problems,1. How to read the path file and use it to open the csv data,2. How to save the file with a name that won't be overwritten, it can be the value of Column1,Row1, Can...