J
JCHail
I want users to be able to Hide a slide after they've seen it during View
Show. I'm making educational flashcards and want the user to be able to hide
any card that they know well and, therefore, won't have to view it again
during the View Show session.
I've a macro and button that works - but only for the 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
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
any card that they know well and, therefore, won't have to view it again
during the View Show session.
I've a macro and button that works - but only for the 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
I'll then make a macro to unHide all slides whenever the user wants to go
thru all the flashcards again.
Thanks in advance