OK. I've tried to research the best way to sort a ListView column with no clear answer. The best answer may be to create the various ListView tables manually according to column sorted and use them as needed. I've read various forum responses that sorting macros either aren't very good, aren't very fast, might not work as intended, or not be supported. So, how have all you ListViewers done your sorts the most efficient way? I have up to 300 entries in my table.
I don't want to change the order. I want to be able to sort the column alphabetically. I think the easiest way is to create a separate ListView table and do the sorting myself. The number of items will never change once the file is read into the table (user can't add or delete anything).