Determines whether the footer, date and time, and slide number appear on the title slide. Read/write MsoTriState. Applies to slide masters.
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