Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is this what you're after...
ActiveWorkbook.SaveAs Filename:= _ "C:\Payable\" & Format(Now, "MM-DD-YYYY") & " Payable.xls", _ FileFormat:=xlExcel5, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=False Regards Darren |
Reply |
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 |