View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
borg borg is offline
external usenet poster
 
Posts: 23
Default sort items of listboxes with multiple columns

Hi,

I have 2 questions that are related.

I would like to sort the items in a listbox that contains 3 columns. What
is the code to sort by the first column, 2nd column, and 3rd column? Or do I
have to sort the data first before I put it into the columns of the listbox?

Secondly, is there a way to sort the values in an array after the values
have been stored in the array?

Thank you for the help!