AutoCorrectEntry, AutoTextEntry, or Variable object: Returns or sets the value of the AutoCorrect entry, AutoText entry, or document variable. Read/write String.
CheckBox object: True if the check box is selected. Read/write Boolean.
DropDown object: Returns or sets the number of the selected item in a drop-down form field. Read/write Long.
MailMergeDataField object: Returns the contents of the mail merge data field for the current record. Use the ActiveRecord property to set the active record in a mail merge data source. Read-only String.
ReadabilityStatistic object: Returns the value of the grammar statistic. Read-only Single.
Remarks
For AutoCorrectEntry and AutoTextEntry objects, the Value property only returns the first 255 characters of the object's value. Setting the Value property to a string longer than 255 characters generates an error.