R
Rick Charnes
I've declared a one-dimensional, fixed-size array and assigned values to
SOME but not all of its elements. I know UBound() will return the upper
bound of the array. Is there a function that will return to me the
index number of the highest-numbered element **for which I've actually
assigned a value**? Thanks.
SOME but not all of its elements. I know UBound() will return the upper
bound of the array. Is there a function that will return to me the
index number of the highest-numbered element **for which I've actually
assigned a value**? Thanks.