Chart.PrintedCommentPages (Excel)

Returns the number of comment pages that will be printed for the current chart.

Because charts and chart sheets do not support comments, the PrintedCommentPages property of the Chart object will always return zero.


Dim lngPrintedCommentPages As Long
lngPrintedCommentPages = ActiveChart.PrintedCommentPages