Startup location

G

Guest

Is there anyway to automate the change (either in registry or word macro) in
the startup path for template (tools->options->file locations tab->startup)?
Thank you
 
C

Charles Kenyon

Yes. Record a macro doing it and edit the macro to only change the startup
folder.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide


--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
J

Jay Freedman

John said:
Is there anyway to automate the change (either in registry or word
macro) in the startup path for template (tools->options->file
locations tab->startup)? Thank you

You can do it either way. In a macro, include a statement like

Options.DefaultFilePath(wdStartupPath) = "C:\MyStartupPath"

In the registry, create or modify the value of the STARTUP-PATH value under
the key HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Word\Options,
where <version> is 9.0 for Word 2000, 10.0 for Word 2002, or 11.0 for Word
2003.
 

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