#1
|
|||
|
|||
Multiple-selection drop-down in Word
Greetings All,
Need your expertise please. I am fairly new to VBA so please bear with me any growing pains if I ask too many questions. I am attempting to create a drop-down in one of the columns in a table form I created. I would like to allow the user to select multiple values, then on exit to populate that row/column where the drop-down exist. Similar to what was discussed below and didn't want to add-on to someone else's thread so I figure I would start my own. https://www.msofficeforums.com/word-...down-list.html Could someone please assist me how to go about doing so please. We are using Word 2016. Thank you in advance for your assistance!! |
#2
|
||||
|
||||
It is not clear whether you are working in a vba userform or using Content Controls on the page.
In general, dropdowns don't allow multi-select. You need to use a listbox in order to enable multi-select. You could use a dropdown multiple times to populate a secondary container but it won't hold multiple selections by itself.
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
#3
|
|||
|
|||
@ Guessed - using a VBA userform and thank you for replying.
|
#4
|
||||
|
||||
In which case it is either a listbox or a series of option buttons to get multi-select functionality on a userform.
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
Thread Tools | |
Display Modes | |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic insertion of an image into Word fillable form based on a drop-down list selection | Better2BurnOut | Word | 0 | 02-17-2019 12:52 AM |
Multiple selection in a table word 2013 | jcothron | Word VBA | 8 | 12-01-2017 12:28 PM |
Drop down lists and pulling data from worksheet based on drop down selection | cjoyce73 | Excel | 5 | 07-17-2017 07:40 AM |
Dynamically changing drop-down list based on selection? (Word Form) | laurarem | Word | 1 | 02-21-2013 10:17 PM |
Macro ? - Checkbox in Word + drop down selection help | dice1976 | Word | 4 | 07-24-2012 11:18 AM |