Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to save using VBA code from the current file to all the
computers on the network. Example: dim filetosave(3) as string filetosave(1)="\\Computer1\Documents\Books.xlsx" filetosave(2)="\\Computer2\Documents\Books.xlsx" filetosave(3)="\\Computer3\Documents\Books.xlsx" for k=1 to 3 'Save code goes here for each computer on network? next k I don't want to use saveas because it will clutter the 'Recent Documents'. Can anyone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Excel 2007 on a network where some computers have Office 200 | Excel Worksheet Functions | |||
After Excel 2007 install, cannot save files on network share | Excel Discussion (Misc queries) | |||
opening same file on 2 computers simultaneously with excel 2007 | Excel Discussion (Misc queries) | |||
Can I send files from Excel 2007 to computers using Excel 2003? | Excel Discussion (Misc queries) | |||
list of network computers | Excel Programming |