Global Object

See Also         Properties         Methods        

Global object
Multiple objects

Contains top-level properties and methods that don't need to be preceded by the Application property. For example, the following two statements have the same result.

Documents(1).Content.Bold = True
Application.Documents(1).Content.Bold = True