M
mstuehler
All,
I'm working on a application that uses vbscript automation to modify a
Presentation, then save the modified copy to a networked folder.
However, I'm not sure how to format the location in the SaveAs command.
In other words, if I were saving a file to a local folder, I'd use this:
oPres.saveAs("C:\Reports\Pres.ppt")
To save to a networked folder, is this correct:
oPres.saveAs("\\someserver\somefolder") ??
Many thanks in advance!
Cheers,
Matt Stuehler
I'm working on a application that uses vbscript automation to modify a
Presentation, then save the modified copy to a networked folder.
However, I'm not sure how to format the location in the SaveAs command.
In other words, if I were saving a file to a local folder, I'd use this:
oPres.saveAs("C:\Reports\Pres.ppt")
To save to a networked folder, is this correct:
oPres.saveAs("\\someserver\somefolder") ??
Many thanks in advance!
Cheers,
Matt Stuehler