Part | Description | |
object | Required. An object expression that evaluates to an object in the Applies To list. | |
guid | Required. A string expression representing the GUID of the reference. | |
major | Required. A Long specifying the major version number of the reference. | |
minor | Required. A Long specifying the minor version number of the reference. |
Application.VBE.ActiveVBProject.References.AddFromGuid( _
"{000204EF-0000-0000-C000-000000000046}", 5, 0)