Right now I have an excel workbook and I have hammered out all the bells and whistles except one.
This file gets changed on a daily basis and the boss wants it saved to 2 locations every day.
One is a location where it overrides the previous day’s version; this is easy enough to do.
The other save needs to include the current date in the name of the save for example workbook09182006 this then gets saved to an archive folder.
This whole thing needs to be automated I created a "home made" wizard with VB forms. One of the command buttons, on one of these forms is “Save and Archive”. I just can’t figure out how to get it to apply a new date (the current date) using the same button every day.
Any help would be appreciated.
This file gets changed on a daily basis and the boss wants it saved to 2 locations every day.
One is a location where it overrides the previous day’s version; this is easy enough to do.
The other save needs to include the current date in the name of the save for example workbook09182006 this then gets saved to an archive folder.
This whole thing needs to be automated I created a "home made" wizard with VB forms. One of the command buttons, on one of these forms is “Save and Archive”. I just can’t figure out how to get it to apply a new date (the current date) using the same button every day.
Any help would be appreciated.