SmartArtQuickStyles object (Office)
Represents a collection of SmartArtQuickStyle objects.
The following code changes the quick style of a SmartArt diagram in Microsoft PowerPoint.
ActivePresentation.Slides(1).Shapes(1).SmartArt.QuickStyle = Application.SmartArtQuickStyles(i)
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.