PresentIt Method

Microsoft Word Visual Basic

PresentIt Method

       

Opens PowerPoint with the specified Word document loaded.

expression.PresentIt

expression   Required. 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