ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Save document to multiple locations (https://www.excelbanter.com/new-users-excel/173696-save-document-multiple-locations.html)

Bob[_13_]

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


Jim Cone

Save document to multiple locations
 

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)
"Bob" wrote in message
Other than repeatedly using Save As or Copy and Paste, is there a way to
save a document to multiple locations?



All times are GMT +1. The time now is 05:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com