PrintNotes Property
Applies To
PageSetup object.
Description
True if cell notes are printed as end notes with the sheet. Applies only to worksheets. Read/write Boolean.
Remarks
Use the PrintComments property to print comments as text boxes or end notes.
See Also
PrintComments property.
Example
This example turns off the printing of notes.
Worksheets("Sheet1").PageSetup.PrintNotes = False