Reference.Collection property (Access)

The Collection property returns a reference to the collection that contains an object. Read-only References object.

Syntax

expression.Collection

expression A variable that represents a Reference object.

Remarks

Use the Collection property to access the collection to which an object belongs. For example, the Collection property of a Reference object returns an object reference to the References collection.

The Collection property is similar to the Parent property.

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.