Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
MsoTriState
| 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
Applies to | PrintOptions Object