Visual Basic Reference

Object Property (ActiveX Controls)

See Also   Example   Applies To

Returns the object and/or a setting of an object's method or property.

Syntax

object**.Object**[.property | .method]

The Object property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
property Property that the object supports.
method Method that the object supports.

Remarks

Use this property to specify an object you want to use in an Automationtask.

You use the object returned by the Object property in an Automation task by using the properties and methods of that object. For information on which properties and methods an object supports, see the documentation for the application that created the object.