G
Guest
Good day,
I want to save a workbook for archive purpose, but the name of this new
workbook needs to change everyday. How can I write a macro that would SAVE
my new file AS newbook &"Today()".xls?
I would like to have something like:
ActiveWorkbook.SaveAs Filename:="C:\2007\Newbook & "Today()".xls"
I want to save a workbook for archive purpose, but the name of this new
workbook needs to change everyday. How can I write a macro that would SAVE
my new file AS newbook &"Today()".xls?
I would like to have something like:
ActiveWorkbook.SaveAs Filename:="C:\2007\Newbook & "Today()".xls"