Object.DoNotPrint Property

ClosedDescription

Sets or returns whether to print the object. Setting to True will hide the object from printing for the entire print job.

ClosedSyntax

Objects(<object name or index>).DoNotPrint = True|False

If True, the object will not print during the entire print job.

ClosedRemarks

The Object.DoNotPrint property allows you to keep an object from printing during the duration of a print job. Do not use this property if you want to hide objects for individual printed items. See the PrintVisibility property instead.

Related Topics