VbaProjectReferenceCollection.AddRegisteredReference

VbaProjectReferenceCollection.AddRegisteredReference method

Add a reference to an Automation type library.

public int AddRegisteredReference(string name, string libid)
ParameterTypeDescription
nameStringThe name of reference.
libidStringThe identifier of an Automation type library.

See Also