Working With Macros in Microsoft Word
Let's face it: Macros have a reputation for being difficult to use and even more difficult to create. Once you get started with macros, you'll see that their reputation is undeserved. They really will speed up your work in Microsoft Word.
An AutoExec macro will run everytime Word starts. This can be a handy tool for certain macros -- particularly if you're looking for as much automation as possible. Find out more on AutoExec macros.
Macros have the reputation of being difficult to work with. Don't let this intimidate you; with careful planning, you can use them to automate processes and make your life easier.
One of the best uses for macros is to format your text. Read this quick tip to find out how you can create a macro that will apply customized formatting to a select part of your document.
If you have macros from a trusted source but that are unsigned, you can use this tip to change the macro security level in Word. Of course, you should use an abundance of caution when changing this setting.
If you're interested in developing VBA code, then this guide is for you! It was put together by Microsoft, who else?