If the macro is called FilePrint, it will run in place of the built-in print
command. You can use Dialogs(wdDialogFilePrint) if you want to emulate the
built-in command under macro control.
You might also want to trap FilePrintDefault, which runs if the user clicks
the print toolbar button.
Ian said:
Is it possible to assign a macro to the print command? I want the macro
to be launched when commanding print, just as a field may then be updated.