_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)

Usage

Dim _Application1 As _Application

Dim returnValue As Object
returnValue = _Application1.WordBasic

Syntax

ReadOnly Property WordBasic() As Object
object WordBasic {get;}
property Object^ WordBasic{
    Object^ get();
}
public System.Object get_WordBasic();
function get WordBasic() : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

_Application Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

_Application Members