Number of occurances of the larges value in an array?

  • Thread starter Thread starter Todd
  • Start date Start date
T

Todd

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

tia
 
Sorry, I wasn't specific enough.

I am using an array like this:

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