HeadersFooters.DisplayOnTitleSlide Property (PowerPoint)
Determines whether the footer, date and time, and slide number appear on the title slide. Applies to slide masters. Read/write.
Syntax
expression .DisplayOnTitleSlide
expression A variable that represents a HeadersFooters object.
Return Value
MsoTriState
Remarks
The value of the DisplayOnTitleSlide property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
msoFalse |
The footer, date and time, and slide number appears on all slides except the title slide. |
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