FengShui1998
MIS
Hi,
Instead of using an array, I'm trying to create variable names in a for loop such as Q1, Q2, Q3, Q4...etc.
I know this doesn't work b
For I = 1 to 10
"Q" & cstr(i) = I ' I know this doesn't work but
its logically what I want to do.
Next
Results should be
Q1 = 1
Q2 = 2
Q3 = 3
Thanks,
fengshui_1998
fengshui_1998