Applying a Color Scheme to a Slide : PowerPoint Format « PowerPoint « VBA / Excel / Access / Word






Applying a Color Scheme to a Slide

 
Sub color()
    ActivePresentation.Slides.Range(Array(1, 2, 3)) _
        .ColorScheme.Colors(ppBackground).RGB = RGB(0, 0, 0)
End Sub

 








Related examples in the same category

1.Check font size
2.PowerPoint format ppSaveAsPresentation
3.Applying a Background to One or More Slides
4.Displaying or Hiding a Header or Footer Object
5.Setting the Text in a Header or Footer
6.Setting the Format for Date and Time Headers and Footers
7.Standardizing All the Headers and Footers in a Presentation