Multiple Select Drop Down Form Field

J

Jlimo

Hello,

I'm not a programmer, but I am trying to create a form that has a drop -down
list where users could press control and select multiple entries. Can you
please tell me how to do this? It needs to be a drop-down list because it is
an incredibly long list of countries. Thanks so much!
 
D

Doug Robbins - Word MVP

You cannot do it with a Drop Down Form Field. What you will have to do is
create a UserForm and use a Listbox on that form for which you set the
MultiSelect attribute to the appropriate value.

See the article "How to create a Userform" at:

http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm

and the following pages of fellow MVP Greg Maxey's website :

http://gregmaxey.mvps.org/Create_and_employ_a_UserForm.htm

http://gregmaxey.mvps.org/Populate_UserForm_ListBox.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
F

Fumei2 via OfficeKB.com

Or, possibly, an ActiveX control, rather than a formfield. Formfields
dropdowns BTW are limited to 25 items. ActiveX controls are not.

However, it is likely that Doug's suggestion is best. A userform.
You cannot do it with a Drop Down Form Field. What you will have to do is
create a UserForm and use a Listbox on that form for which you set the
MultiSelect attribute to the appropriate value.

See the article "How to create a Userform" at:

http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm

and the following pages of fellow MVP Greg Maxey's website :

http://gregmaxey.mvps.org/Create_and_employ_a_UserForm.htm

http://gregmaxey.mvps.org/Populate_UserForm_ListBox.htm
[quoted text clipped - 4 lines]
is
an incredibly long list of countries. Thanks so much!
 

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