Multiple selection in listbox

  • Thread starter Thread starter johnrb7865
  • Start date Start date
J

johnrb7865

Hello, I have 2 listboxes where if you select an item in one then click the
add button it will place it in the other listbox. I want to be able to select
multiple items in the first box and have them all move to the other. I set
the listbox properties to multiselect and it does let me select many, but it
will not let me move them to the other box. Any ideas?

Thanks,
John
 
Hello, I have 2 listboxes where if you select an item in one then click the
add button it will place it in the other listbox. I want to be able to select
multiple items in the first box and have them all move to the other. I set
the listbox properties to multiselect and it does let me select many, but it
will not let me move them to the other box. Any ideas?

It won't do it automaticallty, you have to write code to make that happen.

http://www.dailydoseofexcel.com/archives/2004/04/27/using-multiselect-listboxes/
 

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

Back
Top