Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom, thanks for the reply. However, I do not want to use the standard
shape because I want to deform it according to mathematical calculations. So, I really need an explanation of the msoSegmentCurve arguments. James |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
draw corners | Excel Discussion (Misc queries) | |||
Rectangle shape round top corners only | Excel Discussion (Misc queries) | |||
How do I create a curved graph in excel? | Charts and Charting in Excel | |||
Rounded corners on Tables | Excel Discussion (Misc queries) | |||
How do I get the gradient at a point on a curved graph? | Charts and Charting in Excel |