View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Todd@sympatico.ca is offline
external usenet poster
 
Posts: 6
Default Number of occurances of the larges value in an array?

Sorry, I wasn't specific enough.

I am using an array like this:

Dim aTableSetValue(1 To 1000, 1 To 1000) as variant



On Mon, 09 Feb 2004 20:40:57 -0500, wrote:

In an array with multiple occurances of any value, is there a way to
find the number of occurances of the largest value?

tia