View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default 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.