Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 997 Bytes

PowerPoint.Master.ColorScheme.md

File metadata and controls

48 lines (27 loc) · 997 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Master.ColorScheme property (PowerPoint)
vbapp10.chm533005
vbapp10.chm533005
PowerPoint.Master.ColorScheme
f481aa76-e96f-686a-edbb-b2bef8be0e8c
06/08/2017
medium

Master.ColorScheme property (PowerPoint)

Returns or sets the ColorScheme object that represents the scheme colors for the specified slide, slide range, or slide master. Read/write.

Syntax

expression. ColorScheme

expression A variable that represents a Master object.

Return value

ColorScheme

Example

This example sets the title color to green for slides one and three in the active presentation.

Set mySlides = ActivePresentation.Slides.Range(Array(1, 3))

mySlides.ColorScheme.Colors(ppTitle).RGB = RGB(0, 255, 0)

See also

Master Object

[!includeSupport and feedback]