I am trying to control and or create Autoshapes in Excel. I can load a standard shape very easily using the following code :-
Sub Draw_Auto()
'
ActiveSheet.Shapes.AddShape(msoShapeTrapezoid, 308.25, 173.25, 76.5, 63.75). _
Select
End Sub
What I can't find is the location/source for the msoShape library to create a new shape similar to an sinusoid. Can anyone help??
DaveFish
Sub Draw_Auto()
'
ActiveSheet.Shapes.AddShape(msoShapeTrapezoid, 308.25, 173.25, 76.5, 63.75). _
Select
End Sub
What I can't find is the location/source for the msoShape library to create a new shape similar to an sinusoid. Can anyone help??
DaveFish