R
Rob
i have an array ARRAY(10). The array contains different numbers. I would like
to return the largest number in the array to another variable LARGEST.
LARGEST = MAX(ARRAY(10))
Something like =Max(1,2,3,4,5)
Unfortunately I have not been able to determine how to use the MAX math
function to in VBA or if it can be used on an array.
Thank you for your help.
to return the largest number in the array to another variable LARGEST.
LARGEST = MAX(ARRAY(10))
Something like =Max(1,2,3,4,5)
Unfortunately I have not been able to determine how to use the MAX math
function to in VBA or if it can be used on an array.
Thank you for your help.