Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default How to create a back-up for excel file.

Hi All!

How do I create a back-up for an excel file? Something that will really say
that it's a back-up of another file. Not the auto-recover setting one?

Help!!!! And, have a great day!
--
thank you!
Mavy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default How to create a back-up for excel file.

The simplest way I could think of would be to "Save As" and add the word
back-up to the file name. You'd also be able to save it in a different
location at the same time.

" wrote:

Hi All!

How do I create a back-up for an excel file? Something that will really say
that it's a back-up of another file. Not the auto-recover setting one?

Help!!!! And, have a great day!
--
thank you!
Mavy

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default How to create a back-up for excel file.

I tried that before and looks good but some back-up of Excel files have that
arrow thing in their icon. How can you makea back-up like that? I am using
Excel 2003.

--
thank you!
Mavy


"-Bryan" wrote:

The simplest way I could think of would be to "Save As" and add the word
back-up to the file name. You'd also be able to save it in a different
location at the same time.

" wrote:

Hi All!

How do I create a back-up for an excel file? Something that will really say
that it's a back-up of another file. Not the auto-recover setting one?

Help!!!! And, have a great day!
--
thank you!
Mavy

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to create a back-up for excel file.

Save As/ Tools/ General Options.
--
David Biddulph

"
wrote in message
...
I tried that before and looks good but some back-up of Excel files have
that
arrow thing in their icon. How can you makea back-up like that? I am using
Excel 2003.

--
thank you!
Mavy


"-Bryan" wrote:

The simplest way I could think of would be to "Save As" and add the word
back-up to the file name. You'd also be able to save it in a different
location at the same time.

" wrote:

Hi All!

How do I create a back-up for an excel file? Something that will really
say
that it's a back-up of another file. Not the auto-recover setting one?

Help!!!! And, have a great day!
--
thank you!
Mavy



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default How to create a back-up for excel file.

Hi!

I don't seem to have that capability since I'm suing 2003. When I do save as
it will ask me what filename to use already.
--
thank you!
Mavy


"David Biddulph" wrote:

Save As/ Tools/ General Options.
--
David Biddulph

"
wrote in message
...
I tried that before and looks good but some back-up of Excel files have
that
arrow thing in their icon. How can you makea back-up like that? I am using
Excel 2003.

--
thank you!
Mavy


"-Bryan" wrote:

The simplest way I could think of would be to "Save As" and add the word
back-up to the file name. You'd also be able to save it in a different
location at the same time.

" wrote:

Hi All!

How do I create a back-up for an excel file? Something that will really
say
that it's a back-up of another file. Not the auto-recover setting one?

Help!!!! And, have a great day!
--
thank you!
Mavy






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to create a back-up for excel file.

You had already said that you were using Excel 2003, and that is how to
select the backup option on Save As.

Look for Tools at the top right hand corner of the dialogue box where you
choose your file name from Save As.
--
David Biddulph

"
wrote in message
...
Hi!

I don't seem to have that capability since I'm suing 2003. When I do save
as
it will ask me what filename to use already.
--
thank you!
Mavy


"David Biddulph" wrote:

Save As/ Tools/ General Options.
--
David Biddulph

"
wrote in message
...
I tried that before and looks good but some back-up of Excel files have
that
arrow thing in their icon. How can you makea back-up like that? I am
using
Excel 2003.

--
thank you!
Mavy


"-Bryan" wrote:

The simplest way I could think of would be to "Save As" and add the
word
back-up to the file name. You'd also be able to save it in a different
location at the same time.

" wrote:

Hi All!

How do I create a back-up for an excel file? Something that will
really
say
that it's a back-up of another file. Not the auto-recover setting
one?

Help!!!! And, have a great day!
--
thank you!
Mavy






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How to create a back-up for excel file.

Now that I have "Auto Back Up" turned on for my Excel 2002 file, I want to
choose the location where the back up copy is to be saved. Currently, I'm
working with a file on a floppy disk but I want the back up copy to be save
on a hard drive. Does anyone know how to do this?

"David Biddulph" wrote:

You had already said that you were using Excel 2003, and that is how to
select the backup option on Save As.

Look for Tools at the top right hand corner of the dialogue box where you
choose your file name from Save As.
--
David Biddulph

"
wrote in message
...
Hi!

I don't seem to have that capability since I'm suing 2003. When I do save
as
it will ask me what filename to use already.
--
thank you!
Mavy


"David Biddulph" wrote:

Save As/ Tools/ General Options.
--
David Biddulph

"
wrote in message
...
I tried that before and looks good but some back-up of Excel files have
that
arrow thing in their icon. How can you makea back-up like that? I am
using
Excel 2003.

--
thank you!
Mavy


"-Bryan" wrote:

The simplest way I could think of would be to "Save As" and add the
word
back-up to the file name. You'd also be able to save it in a different
location at the same time.

" wrote:

Hi All!

How do I create a back-up for an excel file? Something that will
really
say
that it's a back-up of another file. Not the auto-recover setting
one?

Help!!!! And, have a great day!
--
thank you!
Mavy






  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to create a back-up for excel file.

You checked "always create backup" in that file|saveas|tools|General options
dialog?

I don't think you can change the location. But maybe you could create a macro
that does a .savecopyas to any folder you want.

Then just run that macro when you want.

The macro could look as simple as this:

option explicit
sub SaveTwice()
with activeworkbook
.save
.savecopyas "C:\mybackups\" & .name
end with
end sub

Change the folder location to what you need.

If you're new to macros:

Debra Dalgleish has some notes how to implement macros he
http://www.contextures.com/xlvba01.html

David McRitchie has an intro to macros:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Ron de Bruin's intro to macros:
http://www.rondebruin.nl/code.htm

(General, Regular and Standard modules all describe the same thing.)

Mark K wrote:

Now that I have "Auto Back Up" turned on for my Excel 2002 file, I want to
choose the location where the back up copy is to be saved. Currently, I'm
working with a file on a floppy disk but I want the back up copy to be save
on a hard drive. Does anyone know how to do this?

"David Biddulph" wrote:

You had already said that you were using Excel 2003, and that is how to
select the backup option on Save As.

Look for Tools at the top right hand corner of the dialogue box where you
choose your file name from Save As.
--
David Biddulph

"
wrote in message
...
Hi!

I don't seem to have that capability since I'm suing 2003. When I do save
as
it will ask me what filename to use already.
--
thank you!
Mavy


"David Biddulph" wrote:

Save As/ Tools/ General Options.
--
David Biddulph

"
wrote in message
...
I tried that before and looks good but some back-up of Excel files have
that
arrow thing in their icon. How can you makea back-up like that? I am
using
Excel 2003.

--
thank you!
Mavy


"-Bryan" wrote:

The simplest way I could think of would be to "Save As" and add the
word
back-up to the file name. You'd also be able to save it in a different
location at the same time.

" wrote:

Hi All!

How do I create a back-up for an excel file? Something that will
really
say
that it's a back-up of another file. Not the auto-recover setting
one?

Help!!!! And, have a great day!
--
thank you!
Mavy







--

Dave Peterson
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
I have saved over the top of my excel file and want to get it back Kerry Excel Discussion (Misc queries) 1 July 17th 06 01:48 PM
How do I get focus back on an Excel file? Stumpiana Charts and Charting in Excel 1 November 18th 05 01:21 AM
Excel 2000 back up file MasterRay Excel Discussion (Misc queries) 0 October 5th 05 06:37 PM
SAVE is not available in Excel under FILE. How do I get it back? ldk Excel Discussion (Misc queries) 7 July 25th 05 09:59 PM
How to I make a back up file in excel. balindy Excel Discussion (Misc queries) 2 January 12th 05 05:05 PM


All times are GMT +1. The time now is 07:24 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"