PrintNotes Property

Applies To

PageSetup Object.

Description

True if cell notes will be printed along with the sheet. Read-write.

Remarks

This property applies only to worksheet pages.

Example

This example turns off notes printing.


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