VBA and Print Excluded Sheets

VBA and Print Excluded Sheets

Raf_
Enthusiast Enthusiast
184 Views
1 Reply
Message 1 of 2

VBA and Print Excluded Sheets

Raf_
Enthusiast
Enthusiast

Hi 

 

Is it possible to Triger tick box 'Print Excluded Sheets" from VBA ?

 

screenshot_43.png

 

 

0 Likes
185 Views
1 Reply
Reply (1)
Message 2 of 2

WCrihfield
Mentor
Mentor

Hi @Raf_.  Yes, I believe so.  I haven't tried it myself, because I never needed to, but there is a boolean type Property called "PrintExcludedSheets" under the DrawingPrintManager object, which is obtained from a DrawingDocument.PrintManager property.  You may have to pre-define the variable's Type as a DrawingPrintManager though, because a regular PrintManager object is what is used in model documents, and has less methods/properties.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes