11-09-2018
08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-09-2018
08:32 AM
I'll agree I can't find that option. Can you try this...
Dim Doc As DrawingDocument = ThisApplication.ActiveDocument Dim MyArrayList As New ArrayList For Each oSheet As Sheet In Doc.Sheets If oSheet.ExcludeFromPrinting Then MyArrayList.Add(oSheet.Name) oSheet.ExcludeFromPrinting = False End If Next
'your code to export pdf here
For Each oSheet As Sheet In Doc.Sheets If MyArrayList.Contains(oSheet.Name) Then oSheet.ExcludeFromPrinting = True Next
If I've helped you, please help me by supporting this idea.
Mass Override for Each Model State
Custom Glyph Icon for iMates
Mass Override for Each Model State
Custom Glyph Icon for iMates