hi .. how are you all
iam trying to loop between variables but i couldn,t .. i realy dont know why
here is the examble
dim a1 as integer
dim a2 as integer
dim a3 as integer
for i = 1 to 3
msgbox ("a" & i)
next i
but it doesn,t work
thank you
iam trying to loop between variables but i couldn,t .. i realy dont know why
here is the examble
dim a1 as integer
dim a2 as integer
dim a3 as integer
for i = 1 to 3
msgbox ("a" & i)
next i
but it doesn,t work
thank you