Hello,
I wrote a vba application that should create dwf files from dwg files.
The interface has to run as a schedule task.
The problem is that for some drawings we get a fatal error message and
we have to click on OK button. Since that the routine is a task that
run every night, I have to avoid this popup error.
Is there a way to catch the error (eg. in vba with on error resume
next) so that we can just neglect the drawing with error and go to the
next drawing?
Thanks a lot in advance.


Reply With Quote
