G
Gary Keramidas
let's see if i can explain clearly.
i'm using this to initialize the array
ReDim arr(0 To 1, 0 To 0)
then i use a redim preserve to add the elements
how can i tell how many elements there are to loop through?
ubound(arr) returns 1 and i know there are more elements than that.
i'm using this to initialize the array
ReDim arr(0 To 1, 0 To 0)
then i use a redim preserve to add the elements
how can i tell how many elements there are to loop through?
ubound(arr) returns 1 and i know there are more elements than that.