R
RJ
Hello,
I am preparing a interactive ppt for use at a kiosk and would like to
utilize the following VBA code into a macro in order to rebuild animation on
previously viewed slides:
Sub ResetSlide()
' The number after GotoSlide is the slide number.
SlideShowWindows(1).View.GotoSlide 1, msoTrue
End Sub
(Dumb) Q#1: Does the part of the code that says " ' The number after
GotoSlide is the slide number." stay in the code or is that just an
instruction to the code user? Either way, does the (number) need to be
changed for each situation?
Q#2: Where does this macro get inserted? I do not want the user to have to
take an action to rebuild the animation. I would like it done automatically
so that whenever the slide is revisited, the animation will play.
Example: The viewer views slide #3 and then navigates around to different
slides using action buttons. Eventually the viewer (or a subsequent viewer)
returns to slide #3 via another action button. Where is the macro installed?
Can an action button both send a viewer to a particular location AND run the
rebuild macro, or can the macro run automatically somehow after the slide
plays?
Any and all help would be most appreciated.
Thanks!
RJ
I am preparing a interactive ppt for use at a kiosk and would like to
utilize the following VBA code into a macro in order to rebuild animation on
previously viewed slides:
Sub ResetSlide()
' The number after GotoSlide is the slide number.
SlideShowWindows(1).View.GotoSlide 1, msoTrue
End Sub
(Dumb) Q#1: Does the part of the code that says " ' The number after
GotoSlide is the slide number." stay in the code or is that just an
instruction to the code user? Either way, does the (number) need to be
changed for each situation?
Q#2: Where does this macro get inserted? I do not want the user to have to
take an action to rebuild the animation. I would like it done automatically
so that whenever the slide is revisited, the animation will play.
Example: The viewer views slide #3 and then navigates around to different
slides using action buttons. Eventually the viewer (or a subsequent viewer)
returns to slide #3 via another action button. Where is the macro installed?
Can an action button both send a viewer to a particular location AND run the
rebuild macro, or can the macro run automatically somehow after the slide
plays?
Any and all help would be most appreciated.
Thanks!
RJ