Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 813 Bytes

Word.FormField.Result.md

File metadata and controls

43 lines (26 loc) · 813 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
FormField.Result property (Word)
vbawd10.chm153616394
vbawd10.chm153616394
Word.FormField.Result
b1e242d0-11d1-4b85-28b2-6fc821ed3c96
06/08/2017
medium

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

FormField Object

[!includeSupport and feedback]