Ordering an array

  • Thread starter Thread starter il barbi
  • Start date Start date
I

il barbi

Is there some VBA function to sort an array of long
integers, say some library function? I already wrote a full
VBA coded subroutine but I think some built-in function
would be faster
il barbi
 
You have got the Jet engine - a pretty good sorter. Write the array to a
table, then query the table with the sort order you want.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
Back
Top