Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
is possible in the code using a for next for assign a value to a sequential variables (no array)? I mean, instead of this... aa1 = 9 aa2 = 9 aa3 = 9 ....... aa100 = 9 use: for x = 1 to 100 aa&"x" = 9 -- I do not know the correct syntax !!! next x No array aa(x) please. Thanks to all R. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
clearing array variables and using an array to determine min value | Excel Programming | |||
Array variables | Excel Programming | |||
Creating sequential variables on the fly | Excel Programming | |||
How can I create an array formula for non-sequential cells | Excel Worksheet Functions | |||
Non-sequential VLOOKUP function -OR- sequential sort of web query | Excel Worksheet Functions |