Hi All
Is it possible to create variables in loop statements?
For Example:
can I create 100 variables named var1,var2,var3,var4,var5....etc using For...Next statement?
please help
Thanks
Printable View
Hi All
Is it possible to create variables in loop statements?
For Example:
can I create 100 variables named var1,var2,var3,var4,var5....etc using For...Next statement?
please help
Thanks
hi friend
why not you use arrey for this. if there is any specific reason then tell me, i will try to make the logic for you.
Tks
Shiv Preet
But I can't use the arrey
I don't know a lot about it
How can I use the arrey?
thanks
see the declaration
Dim a(100) As Integer
OK
I don't need the For...Next statement now
the arrey works and this is that I need
thank you