Number of occurances of the larges value in an array?

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
 
T

Todd

Sorry, I wasn't specific enough.

I am using an array like this:

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