Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 865 Bytes

Excel.PageSetup.PrintNotes.md

File metadata and controls

42 lines (24 loc) · 865 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PageSetup.PrintNotes property (Excel)
vbaxl10.chm473095
vbaxl10.chm473095
Excel.PageSetup.PrintNotes
6609fe58-6015-9ae2-4cc0-107e29cd7b9d
05/03/2019
medium

PageSetup.PrintNotes property (Excel)

True if cell notes are printed as end notes with the sheet. Applies only to worksheets. Read/write Boolean.

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.

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

[!includeSupport and feedback]