Shape.Nodes (Word)
Returns a ShapeNodes collection that represents the geometric description of the specified shape.
With ActiveDocument.Shapes(3).Nodes
.Insert Index:=4, SegmentType:=msoSegmentCurve, _
EditingType:=msoEditingSmooth, X1:=210, Y1:=100
End With