Replay a slide

  • Thread starter Thread starter Elli
  • Start date Start date
E

Elli

I have created two action buttons.
One that should replay the current current slide
(including animation)
The other to advance to the next slide.

I cannot get the program to replay the slide that was just
viewed. I have tried using the "Last Slide Viewed" and
setting the actual slide from "Slide..." option. Neither
works. Is there anyway of getting the slide to reset
itself and replay?

Any advice you could offer would be appreciated. Thank
you.
 
It can be done with VBA code, but putting macros in your presentation will
prevent you from using the free Viewer. however, you can "trick" it by
putting a blank slide in front of the slide you want to re-view, then
setting the Slide Transition of that slide to "automatically - 0 seconds).
As soon as you go to it, you are sent to your slide (at the beginning) ready
to re-animate.

Bill Foley, Microsoft MVP (PowerPoint)
www.pttinc.com
 
Thanks Bill,

I didn't think of that trick... That is a brilliant idea.
Thanks
-----Original Message-----
It can be done with VBA code, but putting macros in your presentation will
prevent you from using the free Viewer. however, you can "trick" it by
putting a blank slide in front of the slide you want to re-view, then
setting the Slide Transition of that slide
to "automatically - 0 seconds).
 
[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

PowerPoint does not reset animations and slide timings (including
automatically playing inserted multimedia) on a previously viewed slide
when you jump to it from a later viewed slide. Of course, they are reset
when the presentation loops back to the beginning or you navigate
"naturally" to a slide from it's previous slide. Here is a KB article for
PowerPoint 2000 that describes a couple of workarounds (similar articles
exist for other versions of PowerPoint):

http://support.microsoft.com/?id=197701

If it is important to you (or anyone else reading this message) that
PowerPoint include a method for choosing whether or not animations on
slide(s) replay when revisted without normal looping (perhaps a slide or
presentation option, or a Action Setting which can be chosen during slide
show), without having to resort to VBA or add-ins, don't forget to send
your feedback (in YOUR OWN WORDS, please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions)

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Back
Top