hello again.
i am trying to build a loop that uses the counting numer as part of a variable name within the loop. something like this:
for i = 1 to VariableA
dim VariableB"number stored in i" as double
VariableB"number stored in i" = applications.inputbox("insert thickness", "data input x + "number stored in i",,,,,,1)
i = i + 1
next i
so after the loop i want a set of variables called VariableB1, VariableB2, ...
is this possible?
regards,
kornbrot
i am trying to build a loop that uses the counting numer as part of a variable name within the loop. something like this:
for i = 1 to VariableA
dim VariableB"number stored in i" as double
VariableB"number stored in i" = applications.inputbox("insert thickness", "data input x + "number stored in i",,,,,,1)
i = i + 1
next i
so after the loop i want a set of variables called VariableB1, VariableB2, ...
is this possible?
regards,
kornbrot