View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Glen Mettler[_2_] Glen Mettler[_2_] is offline
external usenet poster
 
Posts: 27
Default transfer data in listbox

I have a user form that contains to lists. I want to transfer items from
list1 to list2.
So far so good. I can do that with a command button.
Is it possible to drag and drop with a mouse?

TIA
GMet