References.Remove method (Access)
The Remove method removes a Reference object from the References collection.
Syntax
expression.Remove (Reference)
expression A variable that represents a References object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Reference | Required | Reference | The Reference object that represents the reference that you wish to remove. |
Remarks
To determine the name of the Reference object that you wish to remove, check the Project/Library box in the Object Browser. The names of all references that are currently set appear there. These names correspond to the value of the Name property of a Reference object.
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.