Startup-Path same for all users

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Office 2003, Windows XP, and Novell Client 4.91. Does anyone know
the registry tweak, or anything else, that will ensure that all users will
have the same startup path location for Microsoft Word? This is needed for
established users and any new users.
 
This information is amongst that stored in binary format in the Word data
key. It is not possible to edit the data key directly; however a solution is
to run a macro containing the line:

Options.DefaultFilePath(Path:=wdStartupPath) = "C:\path\"

where "C:\path\" is where you want the startup location to be.


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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

Back
Top