Document.PresentIt Method

Word Developer Reference

Opens PowerPoint with the specified Word document loaded.

Syntax

expression.PresentIt

expression   Required. A variable that represents a Document object.

Example

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

Visual Basic for Applications
  Documents("MyPresentation.doc").PresentIt

See Also