Move items in a listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I want to be able to select an item in a list box, then click on either an
up or down arrown and have the list item move in the corresponding direction.
I think I need to reference the listindex, but I'm not exactly sure. Any
help would be greatly appreciated.
 
What is the row source for your list box? That will make a difference in how
you accomplish this.
 
Back
Top