DisplayOnTitleSlide Property 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