This topic has not yet been rated - Rate this topic

SmartArtColors Object (Office)

Published: July 09, 2012

A collection of SmartArt color styles.

Version Added: Office 2010

Simulates the commands on the Microsoft Office Fluent Ribbon user interface on the SmartArt Tools, on the Design group, on the Change Colors command.

The following code sets the color scheme of the Smart Art diagram.

ActivePresentation.Slides(1).Shapes(1).SmartArt.Color = Application.SmartArtColors(1)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.