Presentation.SlideMaster Property (PowerPoint)

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.

Application.ActivePresentation.SlideMaster.Background.Fill _

    .PresetTextured msoTextureGreenMarble

See Also

Concepts

Presentation Object Members

Presentation Object