PDA

View Full Version : multiple select combo box



av8tordude
08-04-2011, 08:52 PM
Is it possible to make a selection from a combo box, make another selection and insert the second selection after the first selection (inserting a comma in between each selection) without clearing the first selection.

e.g.

Four items in the drop down view. (item1, item2, item3, item4)

in the combobox, I select item1, then I click the drop down arrow and select item3. In the combo box, it displays as...

item1, item3

AdrianK
08-05-2011, 03:58 AM
Do these values need to be in the combo box itself or are they to be used elswhere?

Wha code do you currently have? Are you planning on doing this via VBA or just excel functions?

Cheers,

Adrian