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