Sorting Items in a ListBox

  • Thread starter Thread starter devlei
  • Start date Start date
D

devlei

How do I sort items in a ListBox using VBA?

The ListBox gets filled with values from a txt file, users are then
able to add, edit and delete items in the ListBox, which then saves
updated lists back to the txt file.

I have tried placing items in a collection, then sort the collection,
but get error that method not supported.
 
Back
Top