To find out whether a presentation has a title master, check the HasTitleMaster property : Slide Master « PowerPoint « VBA / Excel / Access / Word






To find out whether a presentation has a title master, check the HasTitleMaster property

 
Sub hasMaster()
    If Not ActivePresentation.HasTitleMaster Then ActivePresentation.AddTitleMaster
End Sub

 








Related examples in the same category

1.Working with the Slide Master
2.Checks that the title master exists and, if it does, formats the date and time to be visible and to use the dMMMyy format with automatic updating:
3.Working with the Handout Master
4.clears the HeaderFooter objects in the notes master in the first open presentation:
5.Deleting a Master
6.Working with Headers and Footers