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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.