Skip to content

Files

Latest commit

author
Docs Allowlist Management
Jan 12, 2024
5c5cb03 · Jan 12, 2024

History

History
53 lines (29 loc) · 1.12 KB

PowerPoint.SlideShowView.SlideElapsedTime.md

File metadata and controls

53 lines (29 loc) · 1.12 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.SlideElapsedTime property (PowerPoint)
vbapp10.chm513009
vbapp10.chm513009
PowerPoint.SlideShowView.SlideElapsedTime
e9250ea3-c37e-ebed-c8a8-9774dab77f37
06/08/2017
medium

SlideShowView.SlideElapsedTime property (PowerPoint)

Returns the number of seconds that the current slide has been displayed. Read/write.

Syntax

expression. SlideElapsedTime

expression A variable that represents a SlideShowView object.

Return value

Long

Remarks

Use the ResetSlideTime method to reset the elapsed time for the slide that's currently displayed.

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

See also

SlideShowView Object

[!includeSupport and feedback]