Public Function Range( _
    ParamArray vValues() As Variant _
    ) As Variant    Range(56, 12, 34) = 44
    Range(45, Array(12, 56, 78)) = 66
    Range(SampleData) = 120See also:     RangeArray Function
    Minimum Function
    Maximum Function
    Small Function
    Large Function
    Quartile Function
    Percentile Function
    StatVarType PropertyvValues: The arguments whose range is to be returned. Can be numbers, one-dimensional numeric arrays, one-dimensional Variant arrays, one-dimensional Variant arrays with embedded arrays, or any combination of these. The current setting of the StatVarType Property determines which numeric data types are recognized by this function. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.