다음을 통해 공유


FormField.Result Property (Word)

Returns a String that represents the result of the specified form field. Read/write.

Syntax

expression .Result

expression Required. A variable that represents a FormField object.

Example

This example displays the result of each form field in the active document.

For Each aField In ActiveDocument.FormFields 
 MsgBox aField.Result 
Next aField

See Also

Concepts

FormField Object

FormField Object Members