Help - Search - Members - Calendar
Full Version: Ms Word Question?
The Pie Shop > General Nonsense & Misc Others > The e-chat forum
McMuffin
Dissertation time = worries over backup copies.

Is there a way to save a Word doc. to two separate locations at once - ie HD and flash drive? I can't find anything in Help or google.

Much love.
Reina
As far as I know, you have to save it to each location separately. I certainly never found a way of saving to two locations at once...
Raving On
If you've got a decent flash drive can you not set it to sync with a folder on your desktop/laptop/whatever. Technically you'd only be saving the file to your hard disc but the flash drive should automatically update the file on itself.
Ric
The autorecovery location is different to where you save your doc (both of these can be set from the menu [tools]>[options], then on the [file locations] tab. There isn't a specific "save is 2 locations" option though.
Gaz
Wouldn't you just go to "Save As" and save it into both locations?
Ric
QUOTE (Gaz @ Oct 7 2008, 18:30) *
Wouldn't you just go to "Save As" and save it into both locations?


You could but ideally he needs a "save copy as", because once you use "save as" the default location becomes the destination, rather than the source you started with.

Sorry for being so geeky.
McMuffin
QUOTE (Gaz @ Oct 7 2008, 18:30) *
Wouldn't you just go to "Save As" and save it into both locations?


Yes but I can't be fucked doing that every wee while, I was hoping there was a way where when I hit the floppy disc icon it would automatically save two copies, one to the HD and one to the flash drive.

I will just have to be careful and not lazy.

Cheers eh.
Reina
You *could* use Drop Box. Basically, you sign up for it, download the folder onto your pc and then save it in that folder which is then accessible through the link I provided there. This means you're only saving it to one location, but you can access it from any PC in the world that is connected to the internet. I've been using it a while now, and it's brilliant.
Laid Back Maverick
QUOTE (McMuffin @ Oct 6 2008, 19:56) *
Dissertation time = worries over backup copies.

Is there a way to save a Word doc. to two separate locations at once - ie HD and flash drive? I can't find anything in Help or google.

Much love.


I guess you're writing most of it at home (I know I did), but any uni should have a semi-decent IT department that will run a back-up of the data, when you're using a uni computer. A mate of mine had to get his disseration recovered because he was wasn't very clever and saved it to his desktop. laugh.gif rolleyes.gif

If you're using a Mac, I think you can set up the Time Machine to back up data to an external HDD.
Mr X
How about looking into something like this?
Ric
QUOTE (Mr X @ Oct 10 2008, 09:23) *
How about looking into something like this?


You looked at their main site?

http://www.sobolsoft.com/

Ok, it looks like it was left like that by accident rather than designed, but they certainly have lots of plugin's for Office apps. Not free though.
Mr X
QUOTE (Ric @ Oct 10 2008, 10:20) *
You looked at their main site?

http://www.sobolsoft.com/

Ok, it looks like it was left like that by accident rather than designed, but they certainly have lots of plugin's for Office apps. Not free though.

I get "Service unavailable"

I wasnt recommending that programme, just suggesting he could look into those sorts of apps - all I did was a google search for "free auto backup" or something like that.
Ric
laugh.gif

What a bunch of fannies we are. There is a very simple solution to this and we are all overlooking the elephant in the room.

Macros!


For an example:

1) Create a new document, call it "test" and save it somewhere.
2) Go to [tools]>[macro]>[record a new macro]
3) In the dialog, give the macro a name, let's call it "multisave" (note: the name cannot contain spaces).
4) Once you have chosen a name the dialog should disappear with icons for recording macros appearing.

Depending on the version of word, or your specific word setting this could be in the toolbar or floating free in the document. In my Word 2003, it looks like..



You should also note that the cursor has changed, so it now shows a little cassette icon below it. If neither the icon or the toolbar appears, check your help file (press [F1] to bring it up) and read up about macros and how to start them.

5) Once you have the toolbar icons, you are recording. Don't worry it won't record mouse movements only actions. So what we are going to do is save the document as a backup, then save it back to it's original location.

6) Go to [file]>[save as..] and save the file to a new location (let's call it "test-backup"), then do the process again only saving as back to the original location. The reason you do this twice is that "save as" moves the location of the default document to the position it was saved in, so doing a "save as" over the original location will stop any confusion over whether you are editing the original or the backup.

Note: You will need to OK the prompt asking if you wish to overwrite the original document. This only happens when you do this process manually. Once it's recorded as a macro you won't get that warning.

7) Once you have recorded the macro (and the macro itself only contains two actions, both "save as..") click the 'Stop Recording' icon on the toolbar (mine is shown as a blue square).

That's it, you've completed your macro. You will see that the icon on the cursor is back to normal and possibly that the macro toolbar has disappeared.

To prove this works, close the document. If it asks you to save then go ahead, although the macro is associated with the default template (normal.dot) so any new document you create will have the macro available to it (obviously when starting a new document, you might want to amend the macro to point to a relevant backup file for the document).

Now from scratch (ie: no Word open), double click over your original document. Make some amendments to the text, then instead of clicking save as normal, you would do this..

[tools]>[macro]>[macros]

From there a dialog will show up listing all the macros on your system. Hopefully our "multisave" one will be listed, if not you need to repeat the steps above. If it is, highlight it, then click on [run]. No prompt will tell you it's run, but no error will suggest it has. And that should be it, you have saved the latest document in two different places.

To prove this has happened; close down word again, then open up the "test-backup" doc, rather than the original and you will see that the amendment you made to the original was saved as the backup.


If you have any problems with that, let me know.



Edit: I am also being seriously lazy as this wouldn't take more than a couple of hours to create a word plugin to do the same job without the hassle of the macros. Might do that later.
Mr X
QUOTE (Ric @ Oct 10 2008, 11:02) *
laugh.gif

What a bunch of fannies we are. There is a very simple solution to this and we are all overlooking the elephant in the room.

Macros!


For an example:

1) Create a new document, call it "test" and save it somewhere.
2) Go to [tools]>[macro]>[record a new macro]
3) In the dialog, give the macro a name, let's call it "multisave" (note: the name cannot contain spaces).
4) Once you have chosen a name the dialog should disappear with icons for recording macros appearing.

Depending on the version of word, or your specific word setting this could be in the toolbar or floating free in the document. In my Word 2003, it looks like..



You should also note that the cursor has changed, so it now shows a little cassette icon below it. If neither the icon or the toolbar appears, check your help file (press [F1] to bring it up) and read up about macros and how to start them.

5) Once you have the toolbar icons, you are recording. Don't worry it won't record mouse movements only actions. So what we are going to do is save the document as a backup, then save it back to it's original location.

6) Go to [file]>[save as..] and save the file to a new location (let's call it "test-backup"), then do the process again only saving as back to the original location. The reason you do this twice is that "save as" moves the location of the default document to the position it was saved in, so doing a "save as" over the original location will stop any confusion over whether you are editing the original or the backup.

Note: You will need to OK the prompt asking if you wish to overwrite the original document. This only happens when you do this process manually. Once it's recorded as a macro you won't get that warning.

7) Once you have recorded the macro (and the macro itself only contains two actions, both "save as..") click the 'Stop Recording' icon on the toolbar (mine is shown as a blue square).

That's it, you've completed your macro. You will see that the icon on the cursor is back to normal and possibly that the macro toolbar has disappeared.

To prove this works, close the document. If it asks you to save then go ahead, although the macro is associated with the default template (normal.dot) so any new document you create will have the macro available to it (obviously when starting a new document, you might want to amend the macro to point to a relevant backup file for the document).

Now from scratch (ie: no Word open), double click over your original document. Make some amendments to the text, then instead of clicking save as normal, you would do this..

[tools]>[macro]>[macros]

From there a dialog will show up listing all the macros on your system. Hopefully our "multisave" one will be listed, if not you need to repeat the steps above. If it is, highlight it, then click on [run]. No prompt will tell you it's run, but no error will suggest it has. And that should be it, you have saved the latest document in two different places.

To prove this has happened; close down word again, then open up the "test-backup" doc, rather than the original and you will see that the amendment you made to the original was saved as the backup.


If you have any problems with that, let me know.



Edit: I am also being seriously lazy as this wouldn't take more than a couple of hours to create a word plugin to do the same job without the hassle of the macros. Might do that later.

*slaps forehead
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.