So I've previously used Bash to do this. I was wondering if it's possible in VBA.
I have a variable (let's call it ii) that will change based on a function...etc
I then have another set of variables let's call then a1, a2, a3.
Is it possible to do something like evaulate(a & "ii")? to get the value held in a1, a2, a3..etc based on ii.?
I have a variable (let's call it ii) that will change based on a function...etc
I then have another set of variables let's call then a1, a2, a3.
Is it possible to do something like evaulate(a & "ii")? to get the value held in a1, a2, a3..etc based on ii.?