Determines whether comments are displayed in the specified presentation. Read/write MsoTriState.
| MsoTriState can be one of these MsoTriState constants. |
| msoCTrue |
| msoFalse |
| msoTriStateMixed |
| msoTriStateToggle |
| msoTrue Comments are displayed in the specified presentation. |
Example
This example hides comments in the active presentation.
ActivePresentation.DisplayComments = msoFalse