I would like to set up a macro that when ran will output reports as a snapshot to a folder on the server. The problem is that I do not want the files to be overwritten each time the macro runs. Therefore, I am looking for a way to include the date in the file name to be saved. Such as when it runs today the file would be:
Attendance 021405
run tomorrow:
Attendance 021505
The format of the date does not matter that much, as long as it can be understood and does not overwrite the previous day's report.
Any suggestions?
Attendance 021405
run tomorrow:
Attendance 021505
The format of the date does not matter that much, as long as it can be understood and does not overwrite the previous day's report.
Any suggestions?