AddNodes msoSegmentCurve

B

Bubb

Can someone explain the arguments BuildFreeForm uses to create a curve
(or point me to a site)? Help doesn't really explain what these
arguments are doing. I am trying to create a rectangle with rounded
corners. Thanks!
 
A

Andy Pope

Hi,

Do you need to you Freeform?
Macro recorder gave me this code for a rectangle with rounded corners.

ActiveSheet.Shapes.AddShape msoShapeRoundedRectangle, _
227.25, 268.5, 149.25, 63

Cheers
Andy
 
B

Bubb

I do need to create the object using Freeform code because I then want
to use mathematics to bend and deform the object. So I need some
guidance on using the Freeform arguments.
 
Top