G
Guest
As a newbie I assume this is a trivial question but I can't get the syntax
right.
I have a number of slides with several drawing objects on each.
I have a simple menu as part of the presentation screen (as a master slide)
to launch macros that among other things, each needs to show a specific slide
(I have named each slide) and the objects on them are selectively made
visible/not visible.
All I am seeking is a line or two of VBA that will enable random access to
slides in my slide show.
I show/hide shapes using syntax like this:
ActivePresentation.Slides(1).Shapes("MyShape").Visible = msoTrue
ActivePresentation.Slides(1).Shapes("MyShape").Visible = msoFalse
but have not suceeded in selecting the required slide ( and showing it) yet.
Any tips would be appreciated
Thanks
Bob L
right.
I have a number of slides with several drawing objects on each.
I have a simple menu as part of the presentation screen (as a master slide)
to launch macros that among other things, each needs to show a specific slide
(I have named each slide) and the objects on them are selectively made
visible/not visible.
All I am seeking is a line or two of VBA that will enable random access to
slides in my slide show.
I show/hide shapes using syntax like this:
ActivePresentation.Slides(1).Shapes("MyShape").Visible = msoTrue
ActivePresentation.Slides(1).Shapes("MyShape").Visible = msoFalse
but have not suceeded in selecting the required slide ( and showing it) yet.
Any tips would be appreciated
Thanks
Bob L