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

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top