The information in this article applies to:
SYMPTOMSWhen you use a Visual Basic for Applications macro to print a document, the document will not start printing until the macro ends. CAUSEBackground printing is turned on. The default value for the Background printing method is True. RESOLUTIONYou must set the Background printing option to False in your code. To do this, use the following macro:
MORE INFORMATIONThe following macro will give the command to print; however, the document will not actually print until you click OK in the message box.
The following macro will print the document before you click OK:
NOTE: If you do not specify a Background argument, it automatically assumes
a True value.
Additional query words: kbimu
Keywords : kbdta |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |