_Global.WordBasic Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Automation object (Word.Basic) that includes methods for all the WordBasic statements and functions available in Microsoft Word version 6.0 and Word for Windows 95.
public:
property System::Object ^ WordBasic { System::Object ^ get(); };
public object WordBasic { get; }
member this.WordBasic : obj
Public ReadOnly Property WordBasic As Object
Property Value
Remarks
In Word 2000 and later, when you open a Word version 6.0 or Word for Windows 95 template that contains WordBasic macros, the macros are automatically converted to Visual Basic modules. Each WordBasic statement and function in the macro is converted to the corresponding Word.Basic method.
For information about WordBasic statements and functions, see WordBasic Help in Word version 6.0 or Word for Windows 95.