Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Any tip to test the lenght of an array ?
nLenArray = 100 nColArray = 4 Redim tSociety(nLenArray,nColArray) For x = 1 to nLenArray For j = 1 to nColArray next next Why not possible for x = 1 to len(tSociety()) or something similar? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complex conditional summing - array COUNT works, array SUM gives#VALUE | Excel Worksheet Functions | |||
Prevent cell/array references from changing when altering/moving thecell/array | Excel Discussion (Misc queries) | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
SEARCH EXCEL ARRAY FOR NON-VOIDS AND ENTER INTO ANOTHER ARRAY, | Excel Programming | |||
variant array containing cel adresses convert to actual ranges-array | Excel Programming |