Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.04 KB

PowerPoint.Application.NewPresentation(property).md

File metadata and controls

52 lines (29 loc) · 1.04 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.NewPresentation property (PowerPoint)
vbapp10.chm502049
vbapp10.chm502049
PowerPoint.Application.NewPresentation
9685db30-9d73-19ad-432b-8d79b2d6ee50
06/08/2017
medium

Application.NewPresentation property (PowerPoint)

Returns a NewFile object that represents a presentation listed on the New Presentation task pane. Read-only.

Syntax

expression. NewPresentation

expression A variable that represents an Application object.

Return value

NewFile

Example

This example lists a presentation on the New Presentation task pane at the bottom of the last section in the pane.

Sub CreateNewPresentationListItem()

    Application.NewPresentation.Add FileName:="C:\Presentation.ppt"

    Application.CommandBars("Task Pane").Visible = True

End Sub

See also

Application Object

[!includeSupport and feedback]