ResetSlideTime Method

Microsoft PowerPoint Visual Basic

Resets the elapsed time (represented by the SlideElapsedTime property) for the slide that's currently displayed to 0 (zero).

expression.ResetSlideTime

expression    Required. An expression that returns a SlideShowView object.

Example

This example resets the elapsed time for the slide that's currently displayed in slide show window one to 0 (zero).

SlideShowWindows(1).View.ResetSlideTime