Public Function Large( _
      ByVal vN As Variant _
    , ParamArray vValues() As Variant _
    ) As Variant    Large(1, 34, 56, 12) = 56
    Large(2, 34, 56, 12) = 34
    Large(3, 34, 56, 12) = 12
    Large(1, SampleData) = Maximum(SampleData)See also:     Small Function
    Rank Function
    Percentile Function
    PercentRank Function
    Maximum Function
    LARGE Function (Microsoft Excel)vN: The Nth largest number when all of the numeric arguments are sorted. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.