Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
Just for info.
The backup file is an XLK file, not a BAK You could run beforesave event code to save a copy of the file(*.xls) to a folder of your choice. Private Sub Workbook_BeforeSave(ByVal SaveAsUI _ As Boolean, Cancel As Boolean) 'Saves the current file to a backup folder and the default folder 'Note that any backup is overwritten 'New files must be saved twice before a backup is copied. Application.DisplayAlerts = False ActiveWorkbook.SaveCopyAs Filename:="C:\Gordstuff\" & _ ActiveWorkbook.Name ActiveWorkbook.Save Application.DisplayAlerts = True End Sub Gord Dibben MS Excel MVP On Fri, 16 Oct 2009 00:55:01 -0700, Yvonne007 wrote: 'Always Create Backup' file is saved on the source file's same directory. There is no option to change the .bak file's save directory. And I checked ADM File and support site, and Technet site, but I couldn't find it. In my opinion, it is impossible. "Georg" wrote: hi, how can i change the directory of the bak-file. The xls file is stored on the server, but i want to sve the bak file on a local pc . is this possible ? regards, Georg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
File:1 and File:2 -- Double Files when Opening One File | Excel Discussion (Misc queries) | |||
I saved file A over file B. Can I get file B back? | Excel Discussion (Misc queries) | |||
opening an excel file opens a duplicate file of the same file | Excel Discussion (Misc queries) | |||
I SAVED A FILE OVER ANOTHER A FILE IN EXCEL. THE OLD FILE WAS AN . | Excel Discussion (Misc queries) | |||
i received a file that reads powerpoint document file file exten. | Excel Discussion (Misc queries) |