Design Property

Microsoft PowerPoint Visual Basic

expression.Design

expression    Required. An expression that returns one of the above objects.

Example

The following example adds a title master.

Sub AddDesignMaster
    ActivePresentation.Slides(1).Design.AddTitleMaster
End Sub