G
Geoff Cox
Hello,
I have several hundred presentations in which the last slide should
have an action button on it.
How would I test each presentation to see if the action button has
been added?
The code to create the action button is
With ActivePresentation.Slides(ActivePresentation.Slides.Count)_
..Shapes.AddShape(msoShapeActionButtonForwardorNext, _
586.75, 496.75, 96.38, 28.38)
Thanks for any pointers.
Geoff
I have several hundred presentations in which the last slide should
have an action button on it.
How would I test each presentation to see if the action button has
been added?
The code to create the action button is
With ActivePresentation.Slides(ActivePresentation.Slides.Count)_
..Shapes.AddShape(msoShapeActionButtonForwardorNext, _
586.75, 496.75, 96.38, 28.38)
Thanks for any pointers.
Geoff