Presentation.PublishSlides Method (PowerPoint)

Creates a Web presentation (in HTML format) containing slides from any loaded presentation. You can view the published presentation in a Web browser.

Syntax

expression .PublishSlides(SlideLibraryUrl, Overwrite)

expression An expression that returns a Presentation object.

Parameters

Name

Required/Optional

Data Type

Description

SlideLibraryUrl

Required

String

URL to the slide library.

Overwrite

Optional

Boolean

True if the original presentation should be overwritten.

See Also

Concepts

Presentation Object Members

Presentation Object