-
Add chevron to a slide
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules