Hello,
I have a file called Main.xls. I would like to learn of some code that, when opened, will save a file called "Days.csv" to "Days (month, day, year).xls".
In simpler words, my objective is to obtain a code that will take Days.csv and copy it as a new file with the same name but add a timestamp to the end of it.
Note that the code needs to recognize that the original file is .csv (not sue if that is an i portant factor).
I've spent a couple of hours going through past reponses but am having a challenging time to develop code of my own.
Thank you very much,
I have a file called Main.xls. I would like to learn of some code that, when opened, will save a file called "Days.csv" to "Days (month, day, year).xls".
In simpler words, my objective is to obtain a code that will take Days.csv and copy it as a new file with the same name but add a timestamp to the end of it.
Note that the code needs to recognize that the original file is .csv (not sue if that is an i portant factor).
I've spent a couple of hours going through past reponses but am having a challenging time to develop code of my own.
Thank you very much,