G
Guest
I am using the following code to reset the slides when a user clicks on my
navigation buttons.
Sub ResetSlide1()
' The number after GotoSlide is the slide number.
SlideShowWindows(1).View.GotoSlide 1, msoTrue
End Sub
However, I need to use a unique sub routine for each page in my
presenatation. I was thinking that if I knew the current slide number I
could just add 1 or subtract 1 from that and use that as the page number for
the GotoSlide command.
That way one subroutine would work for my entrire presenation.
Is that possible?
Thanks!
- Kurt
navigation buttons.
Sub ResetSlide1()
' The number after GotoSlide is the slide number.
SlideShowWindows(1).View.GotoSlide 1, msoTrue
End Sub
However, I need to use a unique sub routine for each page in my
presenatation. I was thinking that if I knew the current slide number I
could just add 1 or subtract 1 from that and use that as the page number for
the GotoSlide command.
That way one subroutine would work for my entrire presenation.
Is that possible?
Thanks!
- Kurt