GUID Property
Applies To
Reference object.
Description
Returns a String containing the class identifier of an object. Read-only.
See Also
AddFromGuid method, FullPath property.
Example
The following example uses the GUID property to return the globally unique ID number for the specified Reference object in the specified project.
Debug.Print Application.VBE.VBProjects(1).References(1).GUID