Partager via


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

Concepts

SlideShowView Object

SlideShowView Object Members