Skip to content

Files

Latest commit

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

History

History
46 lines (26 loc) · 977 Bytes

PowerPoint.SlideShowView.Last.md

File metadata and controls

46 lines (26 loc) · 977 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.Last method (PowerPoint)
vbapp10.chm513018
vbapp10.chm513018
PowerPoint.SlideShowView.Last
1188d75f-9561-b92c-e2d1-9ceb03eae904
06/08/2017
medium

SlideShowView.Last method (PowerPoint)

Sets the specified slide show view to display the last slide in the presentation.

Syntax

expression. Last

expression A variable that represents a SlideShowView object.

Remarks

If you use the Last method to switch from one slide to another during a slide show, when you return to the original slide, its animation picks up where it left off.

Example

This example sets slide show window one to display the last slide in the presentation.

SlideShowWindows(1).View.Last

See also

SlideShowView Object

[!includeSupport and feedback]