Hi experts..
I am trying to come up with a macro that will auto save a workbook. i have so far managed to create a directory and I have gotten it to save the date and time of save, however I am stuck with the rest, what I would like to do is... save all the preceding files as say file 1 then file 2 and so on, and each time name the file in ascending order. can you please tell me if this is possible, or give me a start for me to work from. So far I have
intFreeFile = FreeFile
Open "C:ullage\CreationDate.txt" For Output As #intFreeFile
Write #intFreeFile, "Folder was created : " & Now
Close #intFreeFile
I do not claim this as my own work I have gotten it from elsewhere,
PLEASE HELP!!
I am trying to come up with a macro that will auto save a workbook. i have so far managed to create a directory and I have gotten it to save the date and time of save, however I am stuck with the rest, what I would like to do is... save all the preceding files as say file 1 then file 2 and so on, and each time name the file in ascending order. can you please tell me if this is possible, or give me a start for me to work from. So far I have
intFreeFile = FreeFile
Open "C:ullage\CreationDate.txt" For Output As #intFreeFile
Write #intFreeFile, "Folder was created : " & Now
Close #intFreeFile
I do not claim this as my own work I have gotten it from elsewhere,
PLEASE HELP!!