How do I save a document or spreadsheet to multiple locations

S

snowdog120

Want to save a document , spreadsheet into different drives and folders. Will
use the same file name.
 
D

David

snowdog120 said:
Want to save a document , spreadsheet into different drives and folders. Will
use the same file name.
keep doing "save as" until you've saved it everwhere you want to. boy
is doing that a ticket to concurrency control problems! :)

Dave
 
S

snowdog120

I guess I should elaborate to say that after the initial save I want to
utilize the document repetatively but, not have to save it to each location
seperately, but with only one click or two, to all the saved locations
simaltainiously.
 
S

snowdog120

I guess I should elaborate to say that after the initial save I want to
utilize the document repetatively but, not have to save it to each location
seperately, but with only one click or two, to all the saved locations
simaltainiously.
 
D

DL

I'm curious as to why you would want to save the doc to different locations,
and in any edit then save amended doc throughout the various locations
 
B

Bob I

Then either write a batch file to do the copying, OR record a macro to
do the multiple "save as" for you. It will however, have to be saved or
copied to each location, either by you or by your programming.
 
Top