Dermot
Board Regular
- Joined
- Aug 11, 2006
- Messages
- 199
- Office Version
- 365
- Platform
- Windows
Dermot submitted a new Excel article:
Code to allow multi select listboxes - Code to allow multi select listboxes
Read more about this Excel article...
Code to allow multi select listboxes - Code to allow multi select listboxes
Using the Developer ribbon, Excel allows you to add listboxes and even to make them multi-select, but doesn't give you a way of listing the multiple selections in the worksheet.
If you set your listbox up like this
View attachment 18986
your cell link will just show 0 - basically the listbox breaks.
The code below will fix this by showing the user selections in the column to the right of the list of items in the worksheet, as shown below. All you do is set the listbox up as...
Read more about this Excel article...