It would be better to select the control by name or tag, however
Dim obj As ContentControl Set obj = ActiveDocument.ContentControls(2) obj.DropdownListEntries(1).Select
It would be better to select the control by name or tag, however
Dim obj As ContentControl Set obj = ActiveDocument.ContentControls(2) obj.DropdownListEntries(1).Select
Graham Mayor - MS MVP (Word) 2002-2019
Visit my web site for more programming tips and ready made processes
http://www.gmayor.com