Message 1 of 8
"Pause" VBA until LISP finishes

Not applicable
05-18-2005
09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use VBA to display a form, and want to include a couple of command buttons to call LISP routines that require several inputs from the user. When the user clicks a command button, I want to hide the form, run the command, and make the form reappear after the lisp command is finished. VBA takes over control of AutoCAD if the user presses Enter when responding to any of the prompts from AutoCAD.
After using SendCommand to call a lisp routine, is there a way to make VBA wait until the lisp routine is finished?
After using SendCommand to call a lisp routine, is there a way to make VBA wait until the lisp routine is finished?