Rectangle with curved corners
why not use a rounded rectangle:
ActiveSheet.Shapes.AddShape( _
msoShapeRoundedRectangle, 299.25, 248.25, _
84.75,42#)
--
Regards,
Tom Ogilvy
"Zone" wrote:
I want to use Freeform statements such as Add Nodes msoSegmentCurve to
create a rectangle with curved corners, but I don't understand the
arguments for this code. Excel 2002.
|