Global Object

Microsoft Word Visual Basic

Global Object

         
Global 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