Object: Attribute Object
Access: Read/Write
Prerequisites: None
Sets or returns the value of the attribute.
Attribute.Value
None
String. A string that represents the value of the attribute.
For Each attr In CompObj.Attributes
sCmpData = "Attribute name: " & attr.Name & ", Value: " & attr.Value
MsgBox sCmpData
Next