Hidden Property

Microsoft PowerPoint Visual Basic

Hidden Property

       

Determines whether the specified slide is hidden during a slide show. Read/write MsoTriState.

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue The specified slide is hidden during a slide show.

Example

This example makes slide two in the active presentation a hidden slide.

ActivePresentation.Slides(2).SlideShowTransition.Hidden = msoTrue