Document.PresentIt Method (Word)
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.
Documents("MyPresentation.doc").PresentIt