Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've got an array that I load up using code. The array varies in size during resizing which takes place in an outer nested loop. My
problem is that I need to run through the array and find the largest integer that exists within it. This should be easy but I seem to be having a brain fart. Lets say my array is called Prog(i), and I need to loop through it and find out which of the numbers is the largest. For purposes of my question, lets just say that the array contains 5 elements, so I need to find out which of the 5 integers within the array is the largest. Thanks in advance, -- RMC,CPA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Array element | Excel Worksheet Functions | |||
How to find largest value "<=" when array is in descending order? | Excel Worksheet Functions | |||
Permutations of an array element < to a value | Excel Worksheet Functions | |||
How to find the largest product of an array of values? | Excel Worksheet Functions | |||
Array element | Excel Programming |