PrintHiddenText Property Example

This example sets Word to print hidden text, and then it prints the active document.

Options.PrintHiddenText = True
ActiveDocument.PrintOut

This example returns the current status of the Hidden text option on the Print tab in the Options dialog box.

temp = Options.PrintHiddenText