G
Guest
I want users to be able to Hide a slide while they are seeing it during View
Show. I'm making educational flashcards and want the user to be able to hide
a card that they know well and, therefore, don't want to view it again
during their current View Show session.
I've a macro and button that works - but only for the specific slide I
referenced in
the macro. I need the macro to refer to whatever slide is the user is
viewing at the time. The code that works for Hidding slide #1:
ActivePresentation.Slides(1).SlideShowTransition.Hidden = msoTrue
The user also has to exit View Show and restart View Show for the slide to
be hidden, but that inconvenience is OK.
I'll then make a macro to unHide all slides whenever the user wants to go
thru all the flashcards again.
Thanks in advance
Show. I'm making educational flashcards and want the user to be able to hide
a card that they know well and, therefore, don't want to view it again
during their current View Show session.
I've a macro and button that works - but only for the specific slide I
referenced in
the macro. I need the macro to refer to whatever slide is the user is
viewing at the time. The code that works for Hidding slide #1:
ActivePresentation.Slides(1).SlideShowTransition.Hidden = msoTrue
The user also has to exit View Show and restart View Show for the slide to
be hidden, but that inconvenience is OK.
I'll then make a macro to unHide all slides whenever the user wants to go
thru all the flashcards again.
Thanks in advance