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

See also

Document Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.