Is there anyway I can get the x,y coordinates of a particular Node in a freeform shape.
Phil
P.S. The following seems to work but I can't get the coord's
ActiveSheet.Shapes("Freeform 1").Nodes.Count
ActiveSheet.Shapes("Freeform 1").Nodes(2).EditingType
Bookmarks