Select multiple items in a listbox

  • Thread starter Thread starter uecem
  • Start date Start date
U

uecem

Hi,

I'm putting together a userform which has two list boxes. One will b
populated with a number of items the other empty.

I have made it so that the user can select an item and transfer it fro
one list box to the other.

I'd like to make it so that the user can hold the cntrl key down an
select several items in one list box all at once.

Any suggestions?

This one really has me stumped.

Thanks

E
 
Hi uecem

In the properties of the listbox set Multiselect to 1

You don't have to use the Ctrl key to do this
If you click on a item it select it and if you click again it unselect it
 

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