Shape.Nodes (Excel)

Returns a ShapeNodes collection that represents the geometric description of the specified shape.

This property applies to Shape or ShapeRange objects that represent freeform drawings.


Dim shp As Shape: Set shp = Worksheets(1).Shapes(1) 
Dim snsNodes As ShapeNodes
Set snsNodes = shp.Nodes