FullPath Property
Applies To
Reference object.
Description
Returns a String containing the path and file name of the referenced type library. Read-only.
See Also
AddFromFile method, AddFromGuid method, BuiltIn property, GUID property, IsBroken property.
Example
The following example uses the FullPath property to return the full path of the object library for the specified reference.
Debug.Print Application.VBE.ActiveVBProject.References(1).FullPath