PageSetup.PrintNotes property (Excel)
True if cell notes are printed as end notes with the sheet. Applies only to worksheets. Read/write Boolean.
Syntax
expression.PrintNotes
expression A variable that represents a PageSetup object.
Remarks
Use the PrintComments property to print comments as text boxes or end notes.
Example
This example turns off the printing of notes.
Worksheets("Sheet1").PageSetup.PrintNotes = False
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.