HasTitleMaster Property Example
This example adds a title master to the active presentation if it doesn't already have one.
With Application.ActivePresentation If Not .HasTitleMaster Then .AddTitleMaster End With