PrintFormsData Property

Microsoft Word Visual Basic

PrintFormsData Property

       

True if Microsoft Word prints onto a preprinted form only the data entered in the corresponding online form. Read/write Boolean.

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