Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.47 KB

PowerPoint.View.Slide.md

File metadata and controls

55 lines (30 loc) · 1.47 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
View.Slide property (PowerPoint)
vbapp10.chm512006
vbapp10.chm512006
PowerPoint.View.Slide
18a2f9e0-ae3d-b662-90d4-a0c0de18d073
06/08/2017
medium

View.Slide property (PowerPoint)

Returns or sets a Slide object that represents the slide that's currently displayed in the specified document window view. Read/write.

Syntax

expression. Slide

expression A variable that represents a View object.

Remarks

If the currently displayed slide is from an embedded presentation, you can use the Parent property of the Slide object returned by the Slide property to return the embedded presentation that contains the slide. (The Presentation property of the SlideShowWindow object or DocumentWindow object returns the presentation from which the window was created, not the embedded presentation.)

Example

This example places on the Clipboard a copy of the slide that's currently displayed in slide show window one.

SlideShowWindows(1).View.Slide.Copy

This example displays the name of the presentation currently running in slide show window one.

MsgBox SlideShowWindows(1).View.Slide.Parent.Name

See also

View Object

[!includeSupport and feedback]