Share via


Presentation.WebPagePreview Method

PowerPoint Developer Reference

Shows a preview of the presentation in the active Web browser.

Syntax

expression.WebPagePreview

expression   A variable that represents a Presentation object.

Example

This example previews presentation two as a Web page.

Visual Basic for Applications
  Presentations(2).WebPagePreview

See Also