automation: saving a ppt to networkfolder

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top