Home

MacOffice

This site will look better if you upgrade to a browser that supports web standards.

My Setup

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

Valid XHTML 1.1Valid CSSMade on a Macintosh

Quick Links

Updated? Check Mactopia Downloads for the latest updates.

Figure out which v.X update you have.