PrintObject Property [Excel 2003 VBA Language Reference]

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

Example

This example sets embedded chart one on Sheet1 to be printed with the worksheet.

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

Applies to | ChartObject Object | ChartObjects Collection Object | ControlFormat Object | OLEObject Object | OLEObjects Collection Object

See Also | PrintOut Method