DropDown.Valid property (Word)

True if the specified form field object is a valid drop down form field. Read-only Boolean.

Syntax

expression. Valid

expression Required. An expression that returns a 'DropDown' object.

Remarks

Use the Type property of the FormField object to determine the type of form field (wdFieldFormDropDown) before applying the DropDown property. This precaution ensures that the FormField object is of the expected type.

See also

DropDown Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.