Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Souris wrote:
dim ARR as variant dim k as integer dim i as integer ReDim ARR(1 To k) For i = 1 To k If ARR(i).Value Is Empty Then ARR(i).Value = 0 Next i I wanted to fill 0 if the index of array is null or empty. It seems that above code didi not work. Can you please tell me where I was wrong? Thanks millions, If IsEmpty(ARR(i)) Then ARR(i) = 0 Alan Beban |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help in finding Value in Index Array | Excel Discussion (Misc queries) | |||
Index array question | Excel Worksheet Functions | |||
Vlookup with col index no. array | Excel Discussion (Misc queries) | |||
Using Array Index function in a sub | Excel Programming | |||
Index of Minimum value in array | Excel Programming |