PresentIt Method

Applies To

Document object.

Description

Opens PowerPoint with the specified Word document loaded.

Syntax

expression.PresentIt

expression   An expression that returns a Document object.

Example

This example sends a copy of the document named "MyPresentation.doc" to PowerPoint.

Documents("MyPresentation.doc").PresentIt