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.

Visual Basic for Applications
Worksheets("Sheet1").PageSetup.PrintNotes = False
Are cell notes being printed? Don't want to see cell notes on hardcopy? Print cell comments along with spreadsheet? print notes Print Notes Property PrintNotes PrintNotes Property

See also: