Global object (Word)
Contains top-level properties and methods that don't need to be preceded by the Application property.
Remarks
The following two statements have the same result. One statement uses the Application property to access the Documents collection, and one does not. Both statements are equal and achieve the same result.
Documents(1).Content.Bold = True
Application.Documents(1).Content.Bold = True
Methods
Properties
See also
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.