Hi guys,
This is very close to a solution I'm looking for...
I have a macro that runs at midnight, and also when the workbook is opened: It checks to see if a worksheet for the month exists (Aug 08), and if it doesn't, it copies a worksheet called "Template", and renames it to the current month and year (tomorrow it will create a worksheet called "Sep 08").
What I would like to happen now, is when a new worksheet is created, it would take last month's worksheet, copy it into another workbook in another directory, and rename the workbook to the name of the sheet that was copied. So tonight at midnight, I want the macro to move "Aug 08" to a new workbook and call that workbook the same name.
Would that be much of a modification to this code?
Thanks in advance,
-Brian