ContentControlListEntry.Select Method
Word Developer Reference |
Selects the list entry in a drop-down list or combo box content control and sets the text of the content control to the value of the item.
Syntax
expression.Select
expression An expression that returns a ContentControlListEntry object.
Example
The following example inserts a drop-down list content control into the active document, sets the title and placeholder text and adds several items to the list, and then selects the last item entered.
Visual Basic for Applications |
---|
|
See Also