Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that makes a backup when it saves the active workbook.
On subsequent runs of the macro, the file - Backup of ! Jagerxxx V1.0.xlk is NOT overwritten! As a result I do not have a backup of the most current file. I would like to either: a: overwrite the previously created Backup - or b: Delete the backup workbook in the macro before recreating it again. This is the statement I use to save the workbook: ActiveWorkbook.SaveAs Filename:= _ "D:! Jagerxxx V1.0.xls", FileFormat:= _ xlNormal, Password:="", WriteResPassword:="" _ ,ReadOnlyRecommended:=False _ , CreateBackup:=True Many Thanks -- Occasionally stumped |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help for Excel 2002 | Excel Discussion (Misc queries) | |||
excel 2002 macro | Excel Worksheet Functions | |||
xl2007 add columns 6789 thru 10302 | Excel Discussion (Misc queries) | |||
HOW DO I CHANGE THE FORMAT OF A SS# FROM 123-45-6789 TO 123456789 | Excel Worksheet Functions | |||
Excel 2002 and VB Macro | Excel Programming |