ChartObjects.PrintObject property (Excel)

True if the objects will be printed when the document is printed. Read/write Boolean.

Syntax

expression.PrintObject

expression A variable that represents a ChartObjects object.

Example

This example sets the objects on Sheet1 to be printed with the worksheet.

Worksheets("Sheet1").ChartObjects.PrintObject = True

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.