Object: Component Object
Access: Read-Only
Prerequisites: None
Returns all instance values on the component as an encoded string.
Component.Instances
None
String. An encoded string containing instances and their values.
' List the instance name (UID) of the component after it is added
'
Set CompInst = component.Instances
For Each name In CompInsts
MsgBox "InstanceName = "& name,,"UID"
Next