Hi

Does somebody know how I can access a property value of an ActiveX - Class by the property name (as a string)?

The ActiveX-Class does not have a collection called "Properties".

Example code:

Dim obj As ActiveX.Class
Dim a As Variant

'get value by property name
a = get_PropertyValue(obj,"PropertyNameXY")

Thank's for the help
Bruno