Hi,

Dim myArray(54,100) as Sting

Can I count the number of items in the second dimension of my array...?
without looping through all 100 possible values and checking to see if they
are not nulll...

thanks

Simon Shaw