references property

references property

Returns the list of all references that are contained in the VBA project. Read-only IVbaReferenceCollection.

Definition:

@property
def references(self):
    ...

See Also