Share via


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 you wish to remove.

Remarks

To determine the name of the Reference object 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.

See Also

Concepts

References Collection

References Object Members