WD97: Documents Will Not Print Until Macro Ends (192068)
The information in this article applies to:
- Microsoft Word 97 for Windows
This article was previously published under Q192068 SYMPTOMS
When you use a Visual Basic for Applications macro to print a document, the
document will not start printing until the macro ends.
CAUSE
Background printing is turned on. The default value for the Background
printing method is True.
RESOLUTION
You must set the Background printing option to False in your code. To do
this, use the following macro:
Sub PrintDoc()
ActiveDocument.PrintOut Background:=False
End Sub
Modification Type: | Major | Last Reviewed: | 11/14/2000 |
---|
Keywords: | kbprb KB192068 |
---|
|