title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PageSetup.PrintNotes property (Excel) |
vbaxl10.chm473095 |
|
|
6609fe58-6015-9ae2-4cc0-107e29cd7b9d |
05/03/2019 |
medium |
True if cell notes are printed as end notes with the sheet. Applies only to worksheets. Read/write Boolean.
expression.PrintNotes
expression A variable that represents a PageSetup object.
Use the PrintComments property to print comments as text boxes or end notes.
This example turns off the printing of notes.
Worksheets("Sheet1").PageSetup.PrintNotes = False
[!includeSupport and feedback]