people, maybe my question sounds very stupid, but i try to ask you
i have array variable
for exampl.
dim ddd(2)
ddd(0)="aaa"
ddd(1)="bbb"
ddd(2)="ccc"
for each cc in ddd
msgbox cc.index
PEOPLE !, is there any property on array using which i can ge
current index of array ?????????????????
I dont want to use For statement.....
i simply want to know how to get INDEX of array
next
thank
--
Message posted from
http://www.ExcelForum.com