PrintObject Property
Applies To
ChartObject object, ChartObjects collection object, ControlFormat object, OLEObject object, OLEObjects collection object.
Description
True if the object will be printed when the document is printed. Read/write Boolean.
See Also
PrintOut method.
Example
This example sets embedded chart one on Sheet1 to be printed with the worksheet.
Worksheets("Sheet1").ChartObjects(1).PrintObject = True