![]() |
|
#1
|
||||
|
||||
![]()
You can already add another entry to the subject list, simply by clicking on the content control, then choosing Developer>Controls>Properties>Add. Having to do it that way ensures greater consistency in the data entry. Otherwise:
Code:
Sub Modify() Dim CCtrl As ContentControl For Each CCtrl In ActiveDocument.ContentControls With CCtrl If .Type = wdContentControlDropdownList Then .Type = wdContentControlComboBox End With Next End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
someazguy | Word VBA | 14 | 02-05-2023 08:01 PM |
![]() |
jeweldarby | Word VBA | 6 | 05-21-2022 04:37 PM |
![]() |
NLJ | Word VBA | 3 | 01-12-2020 05:00 PM |
![]() |
lgsikaffy | Word VBA | 3 | 12-14-2018 05:14 PM |
Dropdown dependent text | JakeLRL | Word VBA | 7 | 04-07-2016 08:26 AM |