View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Daniel.M Daniel.M is offline
external usenet poster
 
Posts: 32
Default Counting Strings in an Array

Hi,

I simply have an array loaded with strings only. If I use
Ubound and there are empty elements in the array, will the
Ubound pick up the empties too. I do not want to count
the empties.


n = Application.WorksheetFunction.CountA(YourArray)

Regards,

Daniel M.