PrintOptions.PrintComments property (PowerPoint)

Sets or returns whether comments will be printed. Read/write.

Syntax

expression.PrintComments

expression A variable that represents a PrintOptions object.

Return value

MsoTriState

Remarks

The value of the PrintComments property can be one of these MsoTriState constants.

Constant Description
msoFalse The default. Comments will not be printed.
msoTrue Comments will be printed.

Example

This example instructs Microsoft PowerPoint to print comments.

Sub PrintPresentationComments

    ActivePresentation.PrintOptions.PrintComments = msoTrue

End Sub

See also

PrintOptions Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.