Message 1 of 2
Not applicable
02-28-2011
09:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a big macro running in Inventor and when an error appears I have a handler that shows a message on the screen:
Resume
errHandler:
MsgBox Err.Description
Err.Clear
ResumeerrHandler:MsgBox Err.Description
Err.Clear
The problem is that the message appears on the screen and when the user clicks OK, the application continues executing the code and it becomes a disaster.
I was wondering if there is a code equivalent to ( CTRL + BREAK + END) that can end the code execution when an error appears.
Best Regards,
Daniela Dubois
Software para Innovación Tecnológica S.A. de C.V..
Solved! Go to Solution.