Hi,
In javascript you can sort an array with "array.sort(sortfunc)" where sortfunc is a function which compares two items that you can design yourself. This has always been tremendously useful for me.
Is there a comparable way to sort dictionaries or arrays in VBA?
tnx
Jesse
In javascript you can sort an array with "array.sort(sortfunc)" where sortfunc is a function which compares two items that you can design yourself. This has always been tremendously useful for me.
Is there a comparable way to sort dictionaries or arrays in VBA?
tnx
Jesse