Link to home
Start Free TrialLog in
Avatar of Software Engineer
Software Engineer

asked on

How to Add a "Multi-Select" Box in Word

The Developer tab of Word does not offer a control allowing the end user to checkoff or choose more than one predefined selection in that list.
Without using any programming such as VBA or having to download a pre-programmed object from a consultant's web site, is there any way of easily creating such a control?
Thanks!
Avatar of John Korchok
John Korchok
Flag of United States of America image

Since you don't want VBA, I'm assuming you're writing about controls on the Word page rather than on VBA userforms. Only the ActiveX List Box (in the legacy dropdown below Content Controls) can do multiple selections.  After inserting one, right-click on it and choose Properties. Change the MultiSelect property to 2 - fmMultiSelectExtended.

It's a Windows-only solution. ActiveX controls do not work in Word for Mac, Word Online or Word for mobile (Android, iOS, Windows mobile).

Avatar of Software Engineer
Software Engineer

ASKER

Hi John:
I tried this, already.  This simply produces a blank rectangle in Word.  
How would I enter any choices for the user to select?
Software Engineer
Unfortunately, when using Word, that gets you back into VBA territory. In Excel, you can fill the list from a worksheet range, but Word and PowerPoint have no equivalent. You'll have to use checkboxes for a completely VBA-free multiple choice interface.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.