Mulitple Selections in a Combo Box

  • Thread starter Thread starter sara115
  • Start date Start date
S

sara115

Is it possible in Word 2007 to select more than one choice from a combo box
(drop down) in a protected form? Thanks.
 
Is it possible in Word 2007 to select more than one choice from a combo box
(drop down) in a protected form? Thanks.

No. The only kind of control you can insert into the body of a document that
allows multiple selection is the ActiveX list box (*not* combo box) from the
Legacy Controls button on the Developer ribbon. In its Properties dialog, set
MultiSelect property to either fmMultiSelectMulti or fmMultiSelectExtended. (The
"extended" value makes it behave like other multiple-selection controls in
Windows. See the Help topic on list boxes.)

The list box control in a UserForm can also be made to allow multiple selection
in the same way.
 

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

Back
Top