Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / January 2005

Tip: Looking for answers? Try searching our database.

How do you make a backup file - .bak or MS equivalent?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Terry_BWL - 03 Jan 2005 19:15 GMT
I have been using Lotus.  When you SAVE AS you are given the choice to make a
BAK (backup) file.  Is there a similiar command in Excel?  When I use SAVE AS
it just asks if I want to replace.  Thanks for any help.
George Gee - 03 Jan 2005 19:30 GMT
Hi Terry

File > Save as > Tools > General options,
checkmark in 'Always create backup'.

George Gee

*Terry_BWL* has posted this message:

> I have been using Lotus.  When you SAVE AS you are given the choice
> to make a BAK (backup) file.  Is there a similiar command in Excel?
> When I use SAVE AS it just asks if I want to replace.  Thanks for any
> help.
Don Guillett - 03 Jan 2005 19:31 GMT
Another approach saves the file in a backup folder.

Sub Backup() 'kept in personal.xls & assigned to toolbar button
On Error GoTo BackupFile
MkDir CurDir & "\Backup"
BackupFile:
 With ActiveWorkbook
   MyWB = .Path & "\BACKUP\" & .Name
   .SaveCopyAs MyWB
   .Save
 End With
End Sub

Signature

Don Guillett
SalesAid Software
donaldb@281.com

> I have been using Lotus.  When you SAVE AS you are given the choice to make a
> BAK (backup) file.  Is there a similiar command in Excel?  When I use SAVE AS
> it just asks if I want to replace.  Thanks for any help.
Terry_BWL - 03 Jan 2005 20:01 GMT
Thanks to both of you for the help.

> Another approach saves the file in a backup folder.
>
[quoted text clipped - 14 lines]
> AS
> > it just asks if I want to replace.  Thanks for any help.
Don Guillett - 03 Jan 2005 23:12 GMT
glad it helps

Signature

Don Guillett
SalesAid Software
donaldb@281.com

> Thanks to both of you for the help.
>
[quoted text clipped - 16 lines]
> > AS
> > > it just asks if I want to replace.  Thanks for any help.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.