SlideElapsedTime Property
Applies To
SlideShowView object.
Description
Returns the number of seconds that the current slide has been displayed. Read/write Long.
Remarks
Use the ResetSlideTime method to reset the elapsed time for the slide that's currently displayed.
See Also
PresentationElapsedTime property.
Example
This example sets a variable to the elapsed time for the slide that's currently displayed in slide show window one and then displays the value of the variable.
currTime = SlideShowWindows(1).View.SlideElapsedTime
MsgBox currTime