A
Andrew@Rays
Hi,
I have 5 variable names. They are Name_1, Name_2, Name_3, Name_4, Name_5
How can I loop through them?
for example:
For I = 1 to 5
Activecell.formula = Name_I.text
end if
Andrew
100909
I have 5 variable names. They are Name_1, Name_2, Name_3, Name_4, Name_5
How can I loop through them?
for example:
For I = 1 to 5
Activecell.formula = Name_I.text
end if
Andrew
100909