Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook on a shared drive. I have a macro that tells it to
save a copy in a certain folder on my desktop. Is it possible to save a copy in other locations (ie other peoples desktops) if I have their directory? If so, how do I add an additional directory....? (use commas after each, or some special character to string them?) Sub Macro3() ' ChDir "C:\Documents and Settings\JWALD\Desktop\attendance rosters" ActiveWorkbook.SaveAs Filename:= _ "C:\Documents and Settings\JWALD\Desktop\attendance rosters \Book200.xls", _ FileFormat:=xlNormal, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=False End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save copy on Open, keeping old backup copies | Excel Discussion (Misc queries) | |||
Save several copies of the same worksheet | Excel Worksheet Functions | |||
Save a workbook in 2 places | Excel Programming | |||
Q. Can I save 2 copies at the once? | Excel Programming | |||
Macro needed; save a file two (or more places) at the same time | Excel Programming |