Design Property

Microsoft PowerPoint Visual Basic

Design Property

       

Returns a Design object representing a design.

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