Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use this code to save my file as Payable with the current date. I would
like the date to display first and I just can't seem to get it to work, how do I code the date to display first in the file name. Thanks ActiveWorkbook.SaveAs Filename:= _ "C:\Payable\Payable " & _ Format(Now, "MM-DD-YYYY") & ".xls", _ FileFormat:=xlExcel5, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display current date on chart | Excel Discussion (Misc queries) | |||
need info to display only after date is current and stay there | Excel Discussion (Misc queries) | |||
how do I display username, current time & date on the status bar | Excel Programming | |||
Can I display the current date in a text box? | Excel Discussion (Misc queries) | |||
Display Current File Name in MsgBox | Excel Programming |