You can't. They just don't work that way. (And if you could, how would the
dropdown show which items were selected once the list closes?)
The only control available to Word that does multiple selection is the list
box in a userform
(http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm). To make it do
that, you set its MultiSelect property to True. Then you need VBA code
attached to the userform's OK button to transfer the user's selections to
some suitable place in the document.
--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
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.