View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Drag item in list box

One other point, the RemoveItem and AddItem will fail if your initial load
method for the ListBox was RowSource or ListFillRange. In those cases you
simply change the range line up.

"Steven" wrote:

Is there a way to grap an item in a list box and move it to another position
order in the list box.

Thank you,

Steven