Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I dlike to write a macro to automatically "save as" a file with th current date in the filename as well as the original filname i.e. MR 11-27-03.xls Current file name is MRP.xls. Any ideas? The macro below is for reference, it just saves the file as MRP.xls. just need someway to inckude the date. Thanks Steve ChDir "P:\MRP" ActiveWorkbook.SaveAs Filename:="P:\MRP\mrp.xls" FileFormat:=xlNormal, _ Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _ CreateBackup:=Fals ----------------------------------------------- ~~ Message posted from http://www.ExcelTip.com ~~View and post usenet messages directly from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro help inserting records by date sequence. | Excel Discussion (Misc queries) | |||
Are there any NON-Visual Basic solutions for inserting a picture based a derived or called filename? | Excel Worksheet Functions | |||
set filename to <filename-date on open | Excel Worksheet Functions | |||
filename in macro | Excel Discussion (Misc queries) | |||
Put Filename Variable in Macro | Excel Discussion (Misc queries) |