Document.PrintFormsData property (Word)
True if Microsoft Word prints onto a preprinted form only the data entered in the corresponding online form. Read/write Boolean.
Syntax
expression. PrintFormsData
expression A variable that represents a Document object.
Example
This example sets Word to print only the data from an online form, and then it prints the active document.
ActiveDocument.PrintFormsData = True
ActiveDocument.PrintOut
This example returns the current status of the Print data only for forms check box in the Options for current document only area on the Print tab in the Options dialog box.
temp = ActiveDocument.PrintFormsData
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.