I want to be able to open a file name automatically and save it as a .csv, the files I produce are always called the same thing + todays date. For example todays spreadsheet could be called:
"TODAYS SHEET" + Todays date.xls
Stored in location
C:\A\B\C\D
How would I get the code to open todays .xls file and save it as a .csv in location
C:\A\B\C\D\E
I ultimately want to load data directly from this .csv file for comparison with a webscraper, so there may well be a method to open a .xls file as a .csv without saving it as a .csv in a second location.