Share via


DisplayOnTitleSlide Property

MsoTriState

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse The footer, date and time, and slide number appears on all slides except the title slide.
msoTriStateMixed
msoTriStateToggle
msoTrue The footer, date and time, and slide number appear on the title slide.

Example

This example sets the footer, date and time, and slide number to not appear on the title slide.

Application.ActivePresentation.SlideMaster.HeadersFooters _
    .DisplayOnTitleSlide = msoFalse

Applies to | HeadersFooters Object