PrintComments Property Example
This example sets Word to print comments, and then it prints the active document.
Options.PrintComments = True
ActiveDocument.PrintOut
This example returns the current status of the Comments option on the Print tab in the Options dialog box.
temp = Options.PrintComments