SmartArtLayouts object (Office)
Represents a collection of SmartArt layout diagrams.
Remarks
Choices include Basic Block list, Picture Caption list, Vertical Bulleted list, etc.
Example
The following code changes the diagram style of a SmartArt diagram in Microsoft PowerPoint.
ActivePresentation.Slides(1).Shapes(1).SmartArt.Layout = Application.SmartArtLayouts(1)
See also
Support and feedback
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.