Default save path

S

SWE

Can someone help me. It's been years since I did any programming and VB
and me are not getting on.
I simply (for all you programmers) want users of certain documents t
only have the option of saving to a specific place on our network (n
mapped drives). I get so far and then have another problem. I'm sur
someone out there has done this so please can I nick your code?

TIA

SW
 
H

Harold Kless

You can change the default file location which would be the folder documents
will save to using
options.DefaultFilePath(wdDocumentsPath)="xxxx".
Note that when you change this it will also change the location when using
File Open.

Hope that this helps,

--
Harold Kless, MCSD
Support Professional
Microsoft Technical Support for Business Applications
(e-mail address removed)

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

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