Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have a couple of extremely important documents that I tend to work
on for days at a time. I 'save' frequently but may leave the doc open for several days. How can I do the following: -Automatically save a new version (backup) of Word doc every few minutes (if it has changed) or at least every time I 'save'. -Have each version time stamped or at least have a unique name. -Do the above ONLY for the Word docs I select. (not all of them). -I am willing to take a hit on slower saves if I can get the above functionality. -I am willing to manually housekeep the large number of backups that may result. If someone has an alternate approach, please share that as well. Thanks |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
See http://www.gmayor.com/save_numbered_versions.htm and
http://www.gmayor.com/automatically_backup.htm -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org livetohike wrote: I have a couple of extremely important documents that I tend to work on for days at a time. I 'save' frequently but may leave the doc open for several days. How can I do the following: -Automatically save a new version (backup) of Word doc every few minutes (if it has changed) or at least every time I 'save'. -Have each version time stamped or at least have a unique name. -Do the above ONLY for the Word docs I select. (not all of them). -I am willing to take a hit on slower saves if I can get the above functionality. -I am willing to manually housekeep the large number of backups that may result. If someone has an alternate approach, please share that as well. Thanks |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
On Apr 21, 3:02 am, "Graham Mayor" wrote:
Seehttp://www.gmayor.com/save_numbered_versions.htmandhttp://www.gmayor.com/automatically_backup.htm -- Graham Mayor - Word MVP My web sitewww.gmayor.com Word MVP web sitehttp://word.mvps.org livetohikewrote: I have a couple of extremely important documents that I tend to work on for days at a time. I 'save' frequently but may leave the doc open for several days. How can I do the following: -Automatically save a new version (backup) of Word doc every few minutes (if it has changed) or at least every time I 'save'. -Have each version time stamped or at least have a unique name. -Do the above ONLY for the Word docs I select. (not all of them). -I am willing to take a hit on slower saves if I can get the above functionality. -I am willing to manually housekeep the large number of backups that may result. If someone has an alternate approach, please share that as well. Thanks Thanks, just what I noted. As described below I believe there is an error in the code. (I notified the author as well). In order to get it to work I had to change the following: strFileB = "D:\My Documents\Word Backup\Backup " & strFileA to: strFileB = "D:\My Documents\Word Backup\Backup\" & strFileA I appended the back slash and deleted the space immediately preceding the ending quote. |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
livetohike wrote:
Thanks, just what I noted. As described below I believe there is an error in the code. (I notified the author as well). In order to get it to work I had to change the following: strFileB = "D:\My Documents\Word Backup\Backup " & strFileA to: strFileB = "D:\My Documents\Word Backup\Backup\" & strFileA I appended the back slash and deleted the space immediately preceding the ending quote. There is nothing wrong with the code (and I don't recall receiving a comment from you about it). You merely have an extra subdirectory in your path from that used in the macro. The page merely demonstrates a method; there is nothing written in stone as to how you should format you filenames and paths. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I turn off file auto backup | Microsoft Word Help | |||
Uploading backup of Auto Text and Macros | Microsoft Word Help | |||
How can I create a backup of all auto text entries? | Microsoft Word Help | |||
Auto save backup | New Users | |||
How do I backup the "auto corrections" file? | New Users |