Returns a "VBATool" object.

Type Info:

VBATool As VBATool
Example:
Dim Tool As VBATool
Dim ParamAry As Variant

Set Tool = Application.Tools.VBATool

Call Tool.RunMacro("MyMacros", "MyModule", "MySub", ParamAry)
Remarks: Read-only property.


See also:

Class Tools | Class VBATool

Last Updated: 04/27/05