Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 Bubb wrote: 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! -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|