A
Anthony Cravero
Hi Everyone,
I am attempting to sort a small one-dimensional array of integers (about 10
or 15 total) that are currently in no particular order into a
greatest-->least. Is there a way that I can do this in VBA? Or, is it
possible to create a recordset in Excel from my array, which I can then
sort? The array is variable, and will often change, so the recordset (and
the array) would be a temporary solution, created & deleted each time the
macro runs.
Thanks,
Anthony
I am attempting to sort a small one-dimensional array of integers (about 10
or 15 total) that are currently in no particular order into a
greatest-->least. Is there a way that I can do this in VBA? Or, is it
possible to create a recordset in Excel from my array, which I can then
sort? The array is variable, and will often change, so the recordset (and
the array) would be a temporary solution, created & deleted each time the
macro runs.
Thanks,
Anthony