J
Jason Paris
Hi all,
Just working on my first VBA code. A quick question please.......
When using a Counter, how can you create a Variable whose name is
based on the current value of the Counter?
For example:
________________________________________
First Iteration
***************
Counter = 1
Create a Variable whose name is 'VAR1'
Second Iternation
********************
Counter = 2
Create a Variable whose name is 'VAR2'
Third Iteration
***************
Counter = 3
Create a Variable whose name is 'VAR3'
________________________________________
I hope that makes sense.....!
Many thanks,
Jason Paris
Just working on my first VBA code. A quick question please.......
When using a Counter, how can you create a Variable whose name is
based on the current value of the Counter?
For example:
________________________________________
First Iteration
***************
Counter = 1
Create a Variable whose name is 'VAR1'
Second Iternation
********************
Counter = 2
Create a Variable whose name is 'VAR2'
Third Iteration
***************
Counter = 3
Create a Variable whose name is 'VAR3'
________________________________________
I hope that makes sense.....!
Many thanks,
Jason Paris