P
Pablo Cardellino
Is there any kind of variable variables in VBA? I mean, it is possible to
evaluate the value of a variable as being the name of another one, giving
access to its value?
Example:
a = "hi"
var = "a"
MyRange.Text = ????? ' something pointing to the value of var, "a",
considered as the variable a. This would evaluate as "hi"
Regards
evaluate the value of a variable as being the name of another one, giving
access to its value?
Example:
a = "hi"
var = "a"
MyRange.Text = ????? ' something pointing to the value of var, "a",
considered as the variable a. This would evaluate as "hi"
Regards