DropDown.Default Property
Word Developer Reference |
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.
Visual Basic for Applications |
---|
|
See Also