PrintNotes Property [Excel 2003 VBA Language Reference]

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.

Example

This example turns off the printing of notes.

Worksheets("Sheet1").PageSetup.PrintNotes = False

Applies to | PageSetup Object

See Also | PrintComments Property