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 |
| msoFalse Default. |
| msoTriStateMixed |
| msoTriStateToggle |
| msoTrue The hidden slides in the specified presentation will be printed. |
Example
This example prints all slides, whether visible or hidden, in the active presentation.
With ActivePresentation
.PrintOptions.PrintHiddenSlides = msoTrue
.PrintOut
End With
Applies to | PrintOptions Object
See Also | Hidden Property