Slide.PublishSlides (PowerPoint)

Publishes the specified slide to the specified location.

PublishSlides (SlideLibraryUrl, Overwrite, UseSlideOrder)


Dim strSlideLibraryUrl As String: strSlideLibraryUrl = "https://myURL " 
ActivePresentation.Slides.Range(1).PublishSlides SlideLibraryUrl:=strSlideLibraryUrl

Arguments

The following argument is required

SlideLibraryUrl (String) - The URL to which to publish the slide library.

Optional arguments

The following arguments are optional

Overwrite (Boolean) - Whether to overwrite existing content at SlideLibraryURL. The default is False.

UseSlideOrder (Boolean) - Whether to use the existing slide order. The default is False.