A
asc4john
I am building a class module in VBA and would like to know if it
possible to have assigment automactically call a function to calulate a
value. Like so: myClass.variable = 47 would do this myClass.variable
= (someFunction(47))
possible to have assigment automactically call a function to calulate a
value. Like so: myClass.variable = 47 would do this myClass.variable
= (someFunction(47))