DisplayComments Property
Office 2003
| 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
Applies to | Presentation Object
See Also | AddComment Method