Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to save my active workbook with the current date in it.
I am currently using the following code but it is not working ActiveWorkbook.SaveAs Filename:="C:\Excel Test\Test & Format(Date "mm-dd-yyyy") & .xls" Thank you, so far you all have been a huge help to me!! -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You're missing some quotes
ActiveWorkbook.SaveAs Filename:="C:\Excel Test\Test" & Format(Date,"mm-dd-yyyy") & ".xls" -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "rglasunow " wrote in message ... Is it possible to save my active workbook with the current date in it. I am currently using the following code but it is not working ActiveWorkbook.SaveAs Filename:="C:\Excel Test\Test & Format(Date, "mm-dd-yyyy") & .xls" Thank you, so far you all have been a huge help to me!!! --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
saving a file with a date | Excel Worksheet Functions | |||
Saving only current worksheet into new file | Excel Discussion (Misc queries) | |||
Saving file as current month name automatically | Excel Discussion (Misc queries) | |||
Saving worksheet in new file with date AND cell value as file name | Excel Discussion (Misc queries) | |||
Saving a file with VBA that references current file name | Excel Programming |