Message 1 of 5
Creating Typeable Commands for VBA Routines?

Not applicable
05-29-2001
12:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Any good ideas for creating "command line" commands to fire up VBA
Macros? I have been trying to use Vlisp commands (defun c:doit ...
because they can load my DVB and fire up the macro like this ...
(vla-LoadDVB acadApp advbFile)
(vla-RunMacro acadApp myMacro)
... but problems have arisen with .SelectOnScreen (above post) as well
as not being able to close the current drawing (because LISP has it
"BUSY").
Thanks in advance,
Terry
Macros? I have been trying to use Vlisp commands (defun c:doit ...
because they can load my DVB and fire up the macro like this ...
(vla-LoadDVB acadApp advbFile)
(vla-RunMacro acadApp myMacro)
... but problems have arisen with .SelectOnScreen (above post) as well
as not being able to close the current drawing (because LISP has it
"BUSY").
Thanks in advance,
Terry