PrintHiddenSlides Property

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