Public Function RangeArray( _
    ByRef vValues As Variant _
    ) As Variant    RangeArray(Array(56, 12, 34)) = 44
    RangeArray(SampleData) = 120See also:     Range Function
    MinimumArray Function
    MaximumArray Function
    Small Function
    Large Function
    Quartile Function
    Percentile FunctionvValues: Numeric-type array or Variant array containing only numeric elements. This function is NOT affected by the current setting of the StatVarType Property.  It assumes that vValues is an array that contains only numeric elements. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.