Procedures Object

The Procedures object is a collection of VBA procedures that belong to an object, such as a Picture or a Rectangle. Individual procedures can be accessed in the collection by using a one-based index. Standard collection Add and Remove methods are supported as well as special methods to handle event procedures.

Example:

Dim iProc As Object

Set iProc = object.Procedures.Item(1)

 

Methods

Properties

Events

There are no events for this object.