chanteur
01-23-2010, 11:25 AM
Okay, I'm at slide 5 and I have a button that will take slide 10. Now I want to return to slide 5. Then I go to slide 6 and press the button that will take me to slide 10 again. Then I'd like to return to slide 6. I can easily get to slide 10 from any slide:
Private Sub block_diagram_Click()
ActivePresentation.SlideShowWindow.View.Slide10
End Sub
What I need is a basic VBA script for a "Return" button that will return me to any slide I went to slide 10 on.
Thanks:banghead:
Private Sub block_diagram_Click()
ActivePresentation.SlideShowWindow.View.Slide10
End Sub
What I need is a basic VBA script for a "Return" button that will return me to any slide I went to slide 10 on.
Thanks:banghead: