title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Slide.ColorScheme property (PowerPoint) |
vbapp10.chm531006 |
|
|
3d40d93f-4e7d-e95f-8340-d138da2a1b55 |
06/08/2017 |
medium |
Returns or sets the ColorScheme object that represents the scheme colors for the specified slide, slide range, or slide master. Read/write.
expression. ColorScheme
expression A variable that represents a Slide object.
ColorScheme
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)
[!includeSupport and feedback]