Can you Sort Listbox Values Alphabetically by code?
Corey:
You can't automatically get them sorted in a list box but you can add items
at specific places.
So the easiest way to do it is to sort the items in an array prior to
putting them on the listbox.
And you can add the array at once.
Note for bound items this cannot be done. (sort the bound list.)
--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.
"Corey" wrote:
|