RewindMovie Property

Microsoft PowerPoint Visual Basic

Determines whether the first frame of the specified movie is automatically redisplayed as soon as the movie has finished playing. Read/write MsoTriState.

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue The first frame of the specified movie is automatically redisplayed as soon as the movie has finished playing.

Example

This example specifies that the first frame of the movie represented by shape three on slide one in the active presentation will be automatically redisplayed when the movie has finished playing. Shape three must be a movie object.

Set OLEobj = ActivePresentation.Slides(1).Shapes(3)
OLEobj.AnimationSettings.PlaySettings.RewindMovie = msoTrue