Rathish
01-07-2013, 07:35 AM
Hi Need a help,
Is there any way i can insert a chevron similar to rectangle in the given below code. and what is the syntax to adjust the node.
Please help
Sub rad_est()
Set myDocument = ActivePresentation.Slides(1)
With myDocument.Shapes.AddShape(Type:=msoShapeRectangle, _
Top:=144, Left:=144, Width:=72, Height:=72)
End With
End Sub
Regards
Rathish
Is there any way i can insert a chevron similar to rectangle in the given below code. and what is the syntax to adjust the node.
Please help
Sub rad_est()
Set myDocument = ActivePresentation.Slides(1)
With myDocument.Shapes.AddShape(Type:=msoShapeRectangle, _
Top:=144, Left:=144, Width:=72, Height:=72)
End With
End Sub
Regards
Rathish