ContentControlListEntries.Clear Method
Word Developer Reference |
Clears all items from a drop-down list or combo box content control.
Syntax
expression.Clear
expression An expression that returns a ContentControlListEntries object.
Example
The following example clears all items from the first content control in the active document.
Note |
---|
This example assumes that the first content control in the active document is a drop-down list or combo box. |
Visual Basic for Applications |
---|
|
See Also