Thread: List box sort
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Art Art is offline
external usenet poster
 
Posts: 587
Default List box sort

Hello all:

I have a list in a list box and would like to be able to sort it as the
users need. That means that the user should select one item from the list and
be able to say that that item should move up one line or move to the first in
the list. This means that the list from the row source will change as well
which is understandable.

(It should look like the tab order box).

Thanks.