Application.Application property (Word)

Returns an Application object that represents the Microsoft Word application.

Syntax

expression.Application

expression A variable that represents an Application object.

Example

This example displays scroll bars, screen tips, and the status bar for Microsoft Word.

With Application 
 .DisplayScrollBars = True 
 .DisplayScreenTips = True 
 .DisplayStatusBar = True 
End With

See also

Application 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.