MsoTriState can be one of these MsoTriState constants. |
msoCTrue Doesn't apply to this property. |
msoFalse Default. Comments will not be printed. |
msoTriStateMixed Doesn't apply to this property. |
msoTriStateToggle Doesn't apply to this property. |
msoTrue Comments will be printed. |
expression.PrintComments
expression Required. An expression that returns one of the objects in the Applies To list.
Example
This example instructs Microsoft PowerPoint to print comments.
Sub PrintPresentationComments
ActivePresentation.PrintOptions.PrintComments = msoTrue
End Sub