Minor Property

Applies To

Reference object.

Description

Returns a Long indicating the minor version number of the referenced type library. Read-only.

Remarks

The number returned by the Minor property corresponds to the minor version number stored in the type library to which you have set the reference.

See Also

Major property, Version property.

Example

The following example uses the Minor property to return the minor version number of the specified Reference object in a particular project.

Debug.Print Application.VBE.VBProjects(1).References(1).Minor