Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have set up a macro using the following code to save my worksheet as a
seperate file using the days date as the filename eg 21012005.xls Sheets("*****").Copy strAppend = Format(Date, "DDMMYYYY") strPath = "*****" fSaveName = strPath & strAppend & ".xls" ActiveWorkbook.SaveAs fSaveName ActiveWorkbook.Close I would like to put in a code that says if that file (21012005.xls) all ready exists, add an "a" after the date,eg "21012005a.xls". Can this be done? I'm only new to using macros and any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble opening an Excel file that contains macros | Excel Worksheet Functions | |||
Macros making file saving extremely slow. | Excel Discussion (Misc queries) | |||
Macros make file saving extremely slow. | Excel Programming | |||
control box, macro security and trouble saving a file | Excel Programming | |||
Saving file without macros | Excel Programming |