transfer data in listbox

  • Thread starter Thread starter Glen Mettler
  • Start date Start date
G

Glen Mettler

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
 
Hi Glen,

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

Jean-Yves
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top