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.