PrintComments Property [Excel 2003 VBA Language Reference]

XlPrintLocation

XlPrintLocation can be one of these XlPrintLocation constants.
xlPrintInPlace
xlPrintNoComments
xlPrintSheetEnd

expression.PrintComments

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example causes comments to be printed as end notes when worksheet one is printed.

Worksheets(1).PageSetup.PrintComments = xlPrintSheetEnd

Applies to | PageSetup Object

See Also | PrintNotes Property