Share via


Presentation.SlideMaster Property

PowerPoint Developer Reference

Returns a Master object that represents the slide master.

Syntax

expression.SlideMaster

expression   A variable that represents a Presentation object.

Return Value
Master

Example

This example sets the background pattern for the slide master for the active presentation.

Visual Basic for Applications
  Application.ActivePresentation.SlideMaster.Background.Fill _
    .PresetTextured msoTextureGreenMarble

See Also