DropDown.Default property (Word)

Returns or sets a Long that represents the default drop-down item. Read/write.

Syntax

expression. Default

expression Required. A variable that represents a 'DropDown' object.

Remarks

The first item in a drop-down form field is 1, the second item is 2, and so on.

Example

This example sets the default item for the drop-down form field named "Colors" in Sales.doc.

Documents("Sales.doc").FormFields("Colors").DropDown _ 
 .Default = 2

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.