DisplayOnTitleSlide Property

Applies To

HeadersFooters object.

Description

True if the footer, date and time, and slide number appear on the title slide. False if this information appears on all slides except the title slide. Applies to slide masters. Read/write Long.

Example

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

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