View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Simon Shaw Simon Shaw is offline
external usenet poster
 
Posts: 60
Default Count quanity of values in an Array

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