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

Properties | ActiveDocument Property | ActivePrinter Property | ActiveWindow Property | AddIns Property | AnswerWizard Property | Application Property | Assistant Property | AutoCaptions Property | AutoCorrect Property | AutoCorrectEmail Property | CaptionLabels Property | CommandBars Property | Creator Property | CustomDictionaries Property | CustomizationContext Property | Dialogs Property | Documents Property | FileConverters Property | FindKey Property | FontNames Property | HangulHanjaDictionaries Property | IsObjectValid Property | KeyBindings Property | KeysBoundTo Property | LandscapeFontNames Property | Languages Property | LanguageSettings Property | ListGalleries Property | MacroContainer Property | Name Property | NormalTemplate Property | Options Property | Parent Property | PortraitFontNames Property | PrintPreview Property | RecentFiles Property | Selection Property | ShowVisualBasicEditor Property | StatusBar Property | SynonymInfo Property | System Property | Tasks Property | Templates Property | VBE Property | Windows Property | WordBasic Property

Methods | BuildKeyCode Method | CentimetersToPoints Method | ChangeFileOpenDirectory Method | CheckSpelling Method | CleanString Method | DDEExecute Method | DDEInitiate Method | DDEPoke Method | DDERequest Method | DDETerminate Method | DDETerminateAll Method | GetSpellingSuggestions Method | Help Method | InchesToPoints Method | KeyString Method | LinesToPoints Method | MillimetersToPoints Method | NewWindow Method | PicasToPoints Method | PixelsToPoints Method | PointsToCentimeters Method | PointsToInches Method | PointsToLines Method | PointsToMillimeters Method | PointsToPicas Method | PointsToPixels Method | Repeat Method

Parent Objects

Child Objects | AddIns Object | AutoCaptions Object | AutoCorrect Object | CaptionLabels Object | Dialogs Object | Dictionaries Object | Document Object | Documents Object | FileConverters Object | FontNames Object | HangulHanjaConversionDictionaries Object | KeyBinding Object | KeyBindings Object | KeysBoundTo Object | Languages Object | ListGalleries Object | Options Object | RecentFiles Object | Selection Object | SynonymInfo Object | System Object | Tasks Object | Template Object | Templates Object | Window Object | Windows Object

See Also | Application Object | Determining Whether the Application Property is Necessary