Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a member of a collection, either by position or by name.
Syntax
SetObject = object.Item(collectionindex)
The Item method syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
collectionindex | Required. A member's position, or index, within a collection. |
Settings
The collectionindex can be either a string or an integer. If it is a string, it must be a valid member name. If it is an integer, the minimum value is 0 and the maximum value is one less than the number of items in the collection.
Remarks
If an invalid index or name is specified, an error occurs.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.