View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jean-Yves[_2_] Jean-Yves[_2_] is offline
external usenet poster
 
Posts: 253
Default transfer data in listbox

Hi Glen,

In VBA help, search for MouseMove (forms).
The given example demonstrate want you want to do.
Regards,

Jean-Yves


"Glen Mettler" wrote in message
...
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