A
aschenk
Hello Group,
is it possible to read/write a property value if the property-name is
in a string var ?
I know, this code don't work !!!:
Public Sub Change_Property(ByVal cn As Control, ByVal strProp As
String, ByVal Value As VariantType)
cn.<strProp> = value
End Sub
thanks, a.schenk
is it possible to read/write a property value if the property-name is
in a string var ?
I know, this code don't work !!!:
Public Sub Change_Property(ByVal cn As Control, ByVal strProp As
String, ByVal Value As VariantType)
cn.<strProp> = value
End Sub
thanks, a.schenk