Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
naming a variable range | Excel Programming | |||
Variable Naming Convention | Excel Programming | |||
Naming a worksheet as a variable in a Active Chart Series | Excel Programming | |||
Naming convention for a variable "Book1" while copying sheets | Excel Programming | |||
Naming a variable in a file path | Excel Programming |