Multiple Saves simultaneously

R

Rik Ihssen

Whenever I create an Excel workbook I would like to save it in two, or more,
locations. Is there a way to do this quickly without having to do Save As and
then clicking around my computer to reach the right location for each Save?
 
S

Sorting data

THis is good, but it does not let me choose where to save the initial file.
Is there any way to make the save as option come up for new documents?
 
D

Dave Peterson

Maybe you could replace the .save with:
Application.Dialogs(xlDialogSaveAs).Show
 
Top