SmartArtNode.Shapes property (Office)

Returns the shape range associated with this SmartArtNode object. Read-only.

Syntax

expression.Shapes

expression An expression that returns a SmartArtNode object.

Remarks

To find the range, use the Count property.

Example

The following code returns the shape range.

ActivePresentation.Slides(1).Shapes(1).SmartArtNodes.Item(1).Shapes.Count.

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.