PrintFormsData Property 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 on the Print tab in the Options dialog box.

temp = ActiveDocument.PrintFormsData