Timing.Restart (PowerPoint)

Represents whether the animation effect restarts after the effect has started once. Possible return values are msoAnimEffectRestartAlways - Always restarts, msoAnimEffectRestartNever - Never restarts, msoAnimEffectRestartWhenOff - Restarts when animation is off.

The value of the Restart property can be one of these MsoAnimEffectRestart constants. The default is msoAnimEffectRestartNever.


ActiveWindow.Selection.SlideRange(1).TimeLine.MainSequence(1).Timing.Restart = msoAnimEffectRestartAlways