Skip to content

Files

Latest commit

 

History

History
41 lines (24 loc) · 1.14 KB

PowerPoint.SlideShowView.EndNamedShow.md

File metadata and controls

41 lines (24 loc) · 1.14 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.EndNamedShow method (PowerPoint)
vbapp10.chm513023
vbapp10.chm513023
PowerPoint.SlideShowView.EndNamedShow
1b829558-a729-8aa1-c260-8b7410501153
06/08/2017
medium

SlideShowView.EndNamedShow method (PowerPoint)

Switches from running a custom, or named, slide show to running the entire presentation of which the custom show is a subset. When the slide show advances from the current slide, the next slide displayed will be the next one in the entire presentation, not the next one in the custom slide show.

Syntax

expression. EndNamedShow

expression A variable that represents a SlideShowView object.

Example

If a custom slide show is currently running in slide show window one, this example redefines the slide show to include all the slides in the presentation from which the slides in the custom show were selected.

SlideShowWindows(1).View.EndNamedShow

See also

SlideShowView Object

[!includeSupport and feedback]