Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
The code below works for me, but how do I : a.) Make this WB "save as" a copy to any individuals desktop? in other words what can I use for a wildcard for the " XXX" in XXX.TRGROUP. (XXX would be a name like jsmith, jdoe etc) and b.) How can this be done as soon as the WB is opened from the original read only file, so once opened, it saves a copy directly to the PC's desktop - without prompting-? ActiveWorkbook.SaveAs Filename:= _ "C:\Documents and Settings\XXX.TRGROUP\Desktop\copy of.xls", FileFormat:= _ xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _ , CreateBackup:=False Your help is as always greatly appreciated. Thank you Driftwood |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Desktop Save Question | Excel Discussion (Misc queries) | |||
difficulties using vba to save to the desktop | Excel Programming | |||
Save to default desktop | Excel Discussion (Misc queries) | |||
Save .xls as .txt In DeskTop | Excel Programming | |||
How do I save to the desktop across OS's? | Excel Programming |