Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 32
Default 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?

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,290
Default 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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
save to multiple locations simultaneously MOSwannabe Excel Discussion (Misc queries) 1 October 29th 07 07:00 PM
How do you change the File save locations in Excel 2007? pglufkin Excel Discussion (Misc queries) 2 December 18th 06 07:22 PM
can you have excel automatically save in 2 locations Saving a Backup every time Excel Discussion (Misc queries) 6 September 30th 06 05:49 PM
can you automatically save files to two different locations? thrasher Excel Discussion (Misc queries) 1 June 26th 06 04:24 PM
Is it possible to save an Excel file to 2 locations? Chris_7_1 New Users to Excel 1 January 7th 05 01:03 AM


All times are GMT +1. The time now is 04:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"