Starting lisp from VBA
Starting lisp from VBA
(OP)
Hello
Ok everyone, got an easy one for you. I am about 1/4 of the way into rebuilding our whole AutoCAD menu system in VBA. Our programmer decided to go make more money somewhere else, So i am on a crash course in learning VBA. I am having to take some short cuts for right now. My question is if I can run a AutoCAD Lisp Routine from a VBA program and how.
Thanks
Ok everyone, got an easy one for you. I am about 1/4 of the way into rebuilding our whole AutoCAD menu system in VBA. Our programmer decided to go make more money somewhere else, So i am on a crash course in learning VBA. I am having to take some short cuts for right now. My question is if I can run a AutoCAD Lisp Routine from a VBA program and how.
Thanks





RE: Starting lisp from VBA
http://www.afralisp.com/vl/vl-vba1.htm
You can also run commands (lisp calls) from the command line in vb, but timing and usser interaction gets real hairy doing it that way.
"Whether you think that you can, or that you can't, you are usually right "
.. Henry Ford
RE: Starting lisp from VBA
http://theswamp.org/phpBB2/viewforum.php?f=2
Please join as member , it is free and painless, but if you want , you can post as GUEST.
Sure, there you will get help.
Pardal
RE: Starting lisp from VBA