This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
A macro is a shortcut for performing a series of actions and is useful for automating complex or repetitive tasks. Macros are helpful if the work is being shared with someone else because it is easier to explain how to use a shortcut than it is to explain several steps. For a macro to be worthwhile, the series of actions you wish to accomplish must be consistent.
Once a macro is created, you can activate (run) it by using the Macro dialog box. Or, if you choose to assign a shortcut to the macro, you can activate it by pressing a keyboard combination, selecting a menu choice, or making a choice from a toolbar. If you have not created your macro, refer to Creating Macros for more information.
When creating the macro, you were able to assign the macro to a specific access location; however, you can also use the Macros dialog box to access the macro.
It is recommended that you save your file before running the macro. Then, if the results are undesirable you can close the file without saving it and reopen the version that was saved just prior to running the macro.
If insertion point is critical, set the insertion point in the appropriate location
From the Tools menu, select Macro » Macros…
OR
On the Standard toolbar, click RUN MACRO![]()
The Macros dialog box appears.
HINT: If the Run Macro button does not appear on the Standard toolbar, follow steps 1-5 in Accessing the Record New Record: Toolbar Option.
From the Macro name scroll list, select the macro you want to run
HINT: The Description text box contains the description of the macro which you provided while creating it.
Click RUN
If the insertion point is critical, set the insertion point in the appropriate location
Press the appropriate keyboard combination
If the insertion point is critical, set the insertion point in the appropriate location
Click the appropriate toolbar button
If you are running a macro and need to stop or pause it, you may do so.
Press [Esc]
WARNING: If you delete a macro, it will be removed from the template and will not be available to any document.
NOTES:
Make sure your macro is not currently running. If it is, suspend the macro.
Deleting a macro does not remove the effects of the macro once it has been run. For example, if you ran a macro which applied special formatting to the first word of paragraphs. Deleting the macro will not delete the special formatting which has already been applied; it makes the macro unavailable for future use.
From the Tools menu, select Macro » Macros…
OR
On the Standard toolbar, click RUN MACRO![]()
The Macros dialog box appears.
HINT: If the Run Macro button does not appear on the Standard toolbar, follow steps 1-5 in Accessing the Record New Record: Toolbar.
From the Macro name scroll list, select the macro you want to delete
NOTE: Make sure your macro is not currently running. If it is, on the Macro toolbar, stop the recording before delete it.
Click DELETE
A confirmation dialog box appears.
Click YES
Repeat steps 2-4 until all the unwanted macros are deleted
Click CLOSE
Interactive Macros
Some macros allow you to ask the user for input. In order to do this, you need to work with the Visual Basic programming language.
Editing a Macro
The editing of macros requires some programming knowledge. Simple macros are often easier to recreate than edit