HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Microsoft Office

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 12-24-2007, 07:31 AM
Sarah
 
Posts: n/a
Default Not making backups...

Hi, I checked the option to "always make a backup copy" but in the
folder where I have been working there is only one backup copy. The
other files I'm working with have no backup copies. They have those
"working copies" or something, that have ~$ in front, that go away
when you save and close a file. I really need it to make backup copies
so there is always my prior version saved in case I do something dumb
again.

What can I do?

Thanks
Sarah

Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 12-24-2007, 07:32 AM
Sarah
 
Posts: n/a
Default Re: Not making backups...

On Dec 24, 12:31 am, Sarah <sarah_sonder...@hotmail.com> wrote:
> Hi, I checked the option to "always make a backup copy" but in the
> folder where I have been working there is only one backup copy. The
> other files I'm working with have no backup copies. They have those
> "working copies" or something, that have ~$ in front, that go away
> when you save and close a file. I really need it to make backup copies
> so there is always my prior version saved in case I do something dumb
> again.
>
> What can I do?
>
> Thanks
> Sarah


By the way, I am using Office 2003. Thanks.
Sarah.

Reply With Quote
  #3  
Old 12-24-2007, 01:22 PM
Jay Freedman
 
Posts: n/a
Default Re: Not making backups...

On Sun, 23 Dec 2007 23:32:43 -0800 (PST), Sarah
<sarah_sonderson@hotmail.com> wrote:

>On Dec 24, 12:31 am, Sarah <sarah_sonder...@hotmail.com> wrote:
>> Hi, I checked the option to "always make a backup copy" but in the
>> folder where I have been working there is only one backup copy. The
>> other files I'm working with have no backup copies. They have those
>> "working copies" or something, that have ~$ in front, that go away
>> when you save and close a file. I really need it to make backup copies
>> so there is always my prior version saved in case I do something dumb
>> again.
>>
>> What can I do?
>>
>> Thanks
>> Sarah

>
>By the way, I am using Office 2003. Thanks.
>Sarah.


Word's "backup" isn't a true backup anyway, and was never that
reliable. Instead, use the macro in the section "Save document to two
locations" of http://www.gmayor.com/automatically_backup.htm (and see
http://www.gmayor.com/installing_macro.htm if you need instructions).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
Reply With Quote
  #4  
Old 12-25-2007, 01:52 AM
Sarah
 
Posts: n/a
Default Re: Not making backups...

On Dec 24, 6:22 am, Jay Freedman <jay.freed...@verizon.net> wrote:
> On Sun, 23 Dec 2007 23:32:43 -0800 (PST), Sarah
>
>
>
> <sarah_sonder...@hotmail.com> wrote:
> >On Dec 24, 12:31 am, Sarah <sarah_sonder...@hotmail.com> wrote:
> >> Hi, I checked the option to "always make a backup copy" but in the
> >> folder where I have been working there is only one backup copy. The
> >> other files I'm working with have no backup copies. They have those
> >> "working copies" or something, that have ~$ in front, that go away
> >> when you save and close a file. I really need it to make backup copies
> >> so there is always my prior version saved in case I do something dumb
> >> again.

>
> >> What can I do?

>
> >> Thanks
> >> Sarah

>
> >By the way, I am using Office 2003. Thanks.
> >Sarah.

>
> Word's "backup" isn't a true backup anyway, and was never that
> reliable. Instead, use the macro in the section "Save document to two
> locations" ofhttp://www.gmayor.com/automatically_backup.htm(and seehttp://www.gmayor.com/installing_macro.htmif you need instructions).
>
> --
> Regards,
> Jay Freedman
> Microsoft Word MVP FAQ:http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.


Jay, thanks so much for the response.

I did download the savereminder and it seems to be working. This
doesn't address the issue of making backups, though. On one of the
websites you linked, there is discussion of using a macro to save to
two sites at once. That would help some, though still not a backup. I
copied the text into a VBA window and saved, but I've never done this
before and I have no idea if it worked, or if I have to make the macro
active, etc. Any suggestions?

Thanks
Sarah
Reply With Quote
  #5  
Old 12-25-2007, 02:39 AM
Jay Freedman
 
Posts: n/a
Default Re: Not making backups...

On Mon, 24 Dec 2007 17:52:02 -0800 (PST), Sarah <sarah_sonderson@hotmail.com>
wrote:
>On Dec 24, 6:22 am, Jay Freedman <jay.freed...@verizon.net> wrote:
>> On Sun, 23 Dec 2007 23:32:43 -0800 (PST), Sarah

[...]
>Jay, thanks so much for the response.
>
>I did download the savereminder and it seems to be working. This
>doesn't address the issue of making backups, though. On one of the
>websites you linked, there is discussion of using a macro to save to
>two sites at once. That would help some, though still not a backup. I
>copied the text into a VBA window and saved, but I've never done this
>before and I have no idea if it worked, or if I have to make the macro
>active, etc. Any suggestions?
>
>Thanks
>Sarah


Quoting from Graham's page just below the SaveToTwoLocations macro, "This macro
is best called from a toolbar button. It cannot, as it stands, be used to
replace the default 'Save' function which it uses itself, though you could
certainly call it from the toolbar icon or you could re-assign the CTRL+S
keyboard shortcut to the macro."

If you need instructions for assigning the macro to a toolbar button and/or a
keyboard shortcut, read these articles:

http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm
http://www.word.mvps.org/FAQs/Custom...roToHotkey.htm

If you only do one of these, which one you use depends on whether you prefer to
save documents by clicking a button or by pressing a keyboard shortcut. Either
assignment (or both) only needs to be done once and saved in your normal.dot
template. After that, each time you click the button or press the shortcut, the
macro will run. You should be able to verify that it worked by locating the copy
of the file in the backup path and checking its date/time.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
Reply With Quote
  #6  
Old 12-27-2007, 08:28 AM
Sarah
 
Posts: n/a
Default Re: Not making backups...

On Dec 24, 7:39 pm, Jay Freedman <jay.freed...@verizon.net> wrote:
> On Mon, 24 Dec 2007 17:52:02 -0800 (PST), Sarah <sarah_sonder...@hotmail.com>
> wrote:
>
> >On Dec 24, 6:22 am, Jay Freedman <jay.freed...@verizon.net> wrote:
> >> On Sun, 23 Dec 2007 23:32:43 -0800 (PST), Sarah

> [...]
> >Jay, thanks so much for the response.

>
> >I did download the savereminder and it seems to be working. This
> >doesn't address the issue of making backups, though. On one of the
> >websites you linked, there is discussion of using a macro to save to
> >two sites at once. That would help some, though still not a backup. I
> >copied the text into a VBA window and saved, but I've never done this
> >before and I have no idea if it worked, or if I have to make the macro
> >active, etc. Any suggestions?

>
> >Thanks
> >Sarah

>
> Quoting from Graham's page just below the SaveToTwoLocations macro, "This macro
> is best called from a toolbar button. It cannot, as it stands, be used to
> replace the default 'Save' function which it uses itself, though you could
> certainly call it from the toolbar icon or you could re-assign the CTRL+S
> keyboard shortcut to the macro."
>
> If you need instructions for assigning the macro to a toolbar button and/or a
> keyboard shortcut, read these articles:
>
> http://www.word.mvps.org/FAQs/Custom...roToHotkey.htm
>
> If you only do one of these, which one you use depends on whether you prefer to
> save documents by clicking a button or by pressing a keyboard shortcut. Either
> assignment (or both) only needs to be done once and saved in your normal.dot
> template. After that, each time you click the button or press the shortcut, the
> macro will run. You should be able to verify that it worked by locating the copy
> of the file in the backup path and checking its date/time.
>
> --
> Regards,
> Jay Freedman
> Microsoft Word MVP FAQ:http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.




Thanks so much. That doesn't seem to be a solution for me then. I
need automatic saving/backing up.

Sarah

Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
OT: Ghost 10 Not Making Incremental Backups Anthony Bollinger Windows XP 6 10-14-2007 08:19 PM
Making backups by just copying files BillW50 Windows XP 30 05-19-2007 11:16 PM
what do you use for backups? Talal Itani Windows XP Basics 20 04-16-2007 09:15 PM
backups wes Windows Vista 3 04-01-2007 01:00 AM


All times are GMT. The time now is 05:22 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger