Share via


PrintComments Property

PrintComments Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

True if Microsoft Word prints comments, starting on a new page at the end of the document. Read/write Boolean.

expression.PrintComments

expression   Required. An expression that returns an Options object.

Remarks

Setting the PrintComments property to True automatically sets the PrintHiddenText property to True. However, setting the PrintComments property to False has no effect on the setting of the PrintHiddenText property.

Example

This example sets Word to print comments and then prints the active document.

  Options.PrintComments = True
ActiveDocument.PrintOut