Hi all,
I found a script that I had modified a bit. The purpose of this script is to convert ".csv" files to Excel. The code works, but there are 600 csv files in the folder, I know that I have to set a loop to go through each file and convert it. I have the basic idea of what a loop does but...