A family of Microsoft word processing software products for creating web, email, and print documents.
If your company isn't scared of macros (you'd be surprised how many forbid them as security risks), there is a simple solution.
- In any document, such as a new blank one, start the macro recorder (click the icon on the status bar, or click View > Macros > Record Macro). Enter the macro name AutoExec and keep the Normal.dotm template as the place to store the macro. Click OK.
- Now open the Options dialog and go to Proofing > AutoCorrect Options. Set the AutoFormat options as you want them to be. Click OK in each dialog box.
- Stop the macro recorder, by the same method used to turn it on.
- When you exit Word, if you're prompted to save the Normal.dotm template, click Save.
If you want to see the results, open the macro recorder (Alt+F11) and use the tree diagram on the left to open Normal > Modules > NewMacros. In the Sub AutoExec macro, you'll find the settings from the dialog translated into Visual Basic commands.
Any macro named AutoExec will run automatically each time Word starts up, and this one will restore the dialog settings to what they were when the macro was recorded.