Skip to content

Files

Latest commit

 

History

History
47 lines (27 loc) · 926 Bytes

PowerPoint.Presentation.SlideMaster.md

File metadata and controls

47 lines (27 loc) · 926 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.SlideMaster property (PowerPoint)
vbapp10.chm583003
vbapp10.chm583003
PowerPoint.Presentation.SlideMaster
86b11fcd-b979-6ffe-bda7-1b9c6e807d29
06/08/2017
medium

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

Presentation Object

[!includeSupport and feedback]