_Application.WordBasic Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property WordBasic As Object
Get
'Usage
Dim instance As _Application
Dim value As Object
value = instance.WordBasic
Object WordBasic { get; }
Property Value
Type: System.Object
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.