mtheriault2000
Well-known Member
- Joined
- Oct 23, 2008
- Messages
- 826
Hello
I got a blank
Range of cells contain as the value, the name of a variable to be read
EX:
A1 = Market
A2 = Scale
A3 = ToDo
Market, Scale, ToDo has been declared as string variable.
I want to built a standardized string using the value of the cells as the named of the variable
oString = Market & "," & Scale & "," & Todo
How do I use the value of a cell as the name of a variable to be read?
Hope I'm clear enough
Martin
I got a blank
Range of cells contain as the value, the name of a variable to be read
EX:
A1 = Market
A2 = Scale
A3 = ToDo
Market, Scale, ToDo has been declared as string variable.
I want to built a standardized string using the value of the cells as the named of the variable
oString = Market & "," & Scale & "," & Todo
How do I use the value of a cell as the name of a variable to be read?
Hope I'm clear enough
Martin