Save document to multiple locations

B

Bob

Other than repeatedly using Save As or Copy and Paste, is there a way to
save a document to multiple locations?
 
J

Jim Cone

See the "Name" statement in help.
As long as each file goes in a separate folder then...

Dim OldName As String
Dim NewName As String
OldName = "C:\MyFolder\OldFile.xls"
NewName = "C:\YourFolder\OldFile.xls"
Name OldName As NewName

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware




(Excel Add-ins / Excel Programming)
in message
Other than repeatedly using Save As or Copy and Paste, is there a way to
save a document to multiple locations?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top