Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Other than repeatedly using Save As or Copy and Paste, is there a way to
save a document to multiple locations? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
save to multiple locations simultaneously | Excel Discussion (Misc queries) | |||
How do you change the File save locations in Excel 2007? | Excel Discussion (Misc queries) | |||
can you have excel automatically save in 2 locations | Excel Discussion (Misc queries) | |||
can you automatically save files to two different locations? | Excel Discussion (Misc queries) | |||
Is it possible to save an Excel file to 2 locations? | New Users to Excel |