Message 1 of 5
open drawing deferred vba ignore ilogic form error log print close next
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've found some code to open a drawing using VBA & it works 🙂
I'd like to open with deferred updates on.
But some drawings have embedded code (before my time) & an ilogic rule checks iproperties - i'd like to skip the code to just print the drawing.
on error log the drawing number & close. (some fea files are causing resolution issues)
no error then print (the default printer will be set to pdf)
close
goto the next file in the list (or selected - possibly over complicating at this stage)
Basically this is to batch print as pdf but dialogue boxes keep interrupting
below is the iLogic form which needs closing.
iLogic form
Regards
Andrew