Enable ability to choose more than 1 item in dropdown box

K

Karen

When designing a form in word, how do I allow for user to be able to choose
more than one item in a dropdown box?
 
J

Jay Freedman

Karen said:
When designing a form in word, how do I allow for user to be able to
choose more than one item in a dropdown box?

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.

If you need help getting that to work with your form, post in
http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.word.vba.userforms.

--
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.

Ask a Question

Top