I wonder if there is something like the VB6 VBA.CallByName().
I need to call external class member knowing only at runtime the name of this class and member.
Thank you!
Printable View
I wonder if there is something like the VB6 VBA.CallByName().
I need to call external class member knowing only at runtime the name of this class and member.
Thank you!
Try using Reflection. I think you might find that very helpful