SlideShowView.ResetSlideTime method (PowerPoint)
Resets the elapsed time (represented by the SlideElapsedTime property) for the slide that's currently displayed to 0 (zero).
Syntax
expression. ResetSlideTime
expression A variable that represents 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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.