#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default make backup excel

I'd like to make a backup of an Excel file, but NOT in the same folder. I'd
like to make a true backup, not in the location of my original file but on
another physical drive.
So I don't mean the auto backup function which saves the backup in the same
folder as the original...

It's possible in Word, but I can't find it in Excel.
If someone can help would be great!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default make backup excel

Get Jan Karel Pieterse's autosafe, it will do what you want I believe

http://www.jkp-ads.com/Download.asp


There are some other nice utilities there as well



--
Regards,

Peo Sjoblom




"Eric" wrote in message
...
I'd like to make a backup of an Excel file, but NOT in the same folder.
I'd
like to make a true backup, not in the location of my original file but on
another physical drive.
So I don't mean the auto backup function which saves the backup in the
same
folder as the original...

It's possible in Word, but I can't find it in Excel.
If someone can help would be great!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default make backup excel

Try this macro.

Sub BUandSave2()
'Saves the current file to a backup folder and the default folder
'Note that any backup is overwritten
Application.DisplayAlerts = False
ActiveWorkbook.SaveCopyAs FileName:="E:\mybackups\" & _
ActiveWorkbook.Name
ActiveWorkbook.Save
Application.DisplayAlerts = True
End Sub


Gord Dibben MS Excel MVP

On Thu, 30 Aug 2007 07:56:04 -0700, Eric wrote:

I'd like to make a backup of an Excel file, but NOT in the same folder. I'd
like to make a true backup, not in the location of my original file but on
another physical drive.
So I don't mean the auto backup function which saves the backup in the same
folder as the original...

It's possible in Word, but I can't find it in Excel.
If someone can help would be great!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Backup Location Tony Excel Discussion (Misc queries) 7 March 30th 06 10:47 PM
Backup file for excel NITESH G Excel Discussion (Misc queries) 1 November 10th 05 03:53 PM
can excel auto backup laldybug Excel Discussion (Misc queries) 6 April 11th 05 07:09 PM
How do I make a backup file of my excel document? Starrystella Excel Discussion (Misc queries) 1 January 7th 05 07:43 PM
How do you make a backup file - .bak or MS equivalent? Terry_BWL New Users to Excel 4 January 3rd 05 11:12 PM


All times are GMT +1. The time now is 12:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"