This site will look better if you upgrade to a browser that supports web standards.
In order to set up my Word environment in a consistent and flexible way that works for me, I include a global template in my alternate startup folder. I use this template to store macros, toolbars, and preferences. I call setup macros from the AutoExec() macro, located in a regular code module in the global template
Public Sub AutoExec() Preferences_Setup StandardBar_Setup WorkBar_Setup VBE_Setup MainMenu_Setup End Sub
See the individual macros: Preferences, Standard toolbar, Work Toolbar, VBE Setup, and Main Menu Setup.
This page last updated on
© Copyright 2001 - 2004 McGimpsey and Associates. Except where noted, all code on this site may be distributed under the Gnu GPL. Acknowledgement is appreciated.
Updated? Check Mactopia Downloads for the latest updates.
Figure out which v.X update you have.