Because you are using a button to navigate, you can associate the macro
with the button click. The macro should look something like this:
Sub Goto4NoReset()
ActivePresentation.SlideShowWindow.View.GotoSlide 4, msoFalse
End Sub
This will take you to slide 4, and the second parameter (msoFalse) takes
tells PowerPoint not to reset the animations. With this, there should be
no need to pass through slide 5.
--David
--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
"johan" <(E-Mail Removed)> wrote in news:1136205455.177289.303770
@o13g2000cwo.googlegroups.com:
> Hoi,
>
> It looks very stupid but, it's really the thing that I want.
>
> for example :
> 1. I show slide nr.4 with his text actions (fly in etc..).
> 2. In this slide there are a few buttons to other slides (slide 20,
> 31, 48).
> 3. On the other slides there is a button that return me to slide 5
> (4+1=5).
> 4. I need a macro that, when I come on this slide 5, he automaticle
> show me the
> previous slide. (not slide number 4, but "the previous").
>
> Why the "previous", because only then the text actions on that slide nr
> 4 isn't show again each time that I come back on that slide. In the
> slide show I hidden slide nr 5.
>
> regards,
> Johan
>
>