Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have the following Macro, which saves the file to the entry in Cell AG13. The Cell AG13 is formatted as a date and I would like to use the macro but cannot format the filename as a date, when I try it saves as “False.xls” Range("ag13").Select savename = ActiveCell.Value & ".xls " ActiveWorkbook.SaveAs Filename:= _ "C:\" & savename, _ FileFormat:=xlNormal, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=False Any help would be appreciated. -- Donkin ------------------------------------------------------------------------ Donkin's Profile: http://www.excelforum.com/member.php...o&userid=23715 View this thread: http://www.excelforum.com/showthread...hreadid=376258 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
set filename to <filename-date on open | Excel Worksheet Functions | |||
Appending filename with date | Excel Programming | |||
date in filename | Excel Programming | |||
Saving with date in filename | Excel Programming | |||
Inserting Date In Filename Using Macro | Excel Programming |