VbaProjectReferenceCollection class

VbaProjectReferenceCollection class

Represents all references of VBA project.

The VbaProjectReferenceCollection type exposes the following members:

Methods

MethodDescription
add_registered_reference(name, libid)Add a reference to an Automation type library.
add_control_refrernce(name, libid, twiddledlibid, extended_libid)Add a reference to a twiddled type library and its extended type library.
add_project_refrernce(name, absolute_libid, relative_libid)Add a reference to an external VBA project.

See Also