Message 1 of 6
how to exit running command-autocad command way
Not applicable
01-17-2007
11:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
in any autocad command ,the command exits when is pressed.
but in my vba code after pressing it shows "execution error".the real problem is
when i use multiple command (to run my command repeatedly)my vba macro does not end by pressingand it continues infinitely.and it does not allow to close even autocad.
so pl give me any easy (direct)solution to exit my macro by pressing.
thanx
but in my vba code after pressing
when i use multiple command (to run my command repeatedly)my vba macro does not end by pressing
so pl give me any easy (direct)solution to exit my macro by pressing
thanx