G
Guest
Hi. Is there a way to access the property of an object using a string representation of a property name? For example, if I have a class with a property called MyProperty, rather than doing this
myObject.MyPropert
i need to do something like this
dim prop as strin
prop="MyProperty
MsgBox myObject.Properties(prop
Thank
D
myObject.MyPropert
i need to do something like this
dim prop as strin
prop="MyProperty
MsgBox myObject.Properties(prop
Thank
D