How to make multiselect dropdown lists
May 27, 2009 10:36 AM
Subscribe
Form creation on MS Word 2003 on an XP system. How do I make an MS Word doc with a multiple-selection dropdown listbox?
I know this can be done using VB, but I don't know VB. I've made forms before using dropdown boxes from the Forms toolbar in Word (as opposed to the Control Toolbox toolbar) but the user can make only one selection from the list.
I'd like the dropdown list to allow for non-contiguous item selection. That is, if the list items were "red", "green", "yellow", "blue", "orange", and "purple", a user could select one, any, or all of them.
I need one of the following:
a) clear instructions to use the built-in tools in Word to do what I want
b) a reference that a complete VB noob can use to build a multi-select dropdown listbox -- fast.
Can anyone help with one or the other?
posted by angiep to computers & internet (4 comments total)
1 user marked this as a favorite
Please select you choice of color(s) (choose all that apply):
--checkbox-- red
--checkbox-- green
--checkbox-- yellow
--checkbox-- blue
etc.
posted by jeoc at 10:48 AM on May 27