Hello Everyone.
Please tell me how to insert AutoLisp code in VBA?
Thank you.
![]() |
|
![]() |
|
![]() |
|
![]() |
Hello Everyone.
Please tell me how to insert AutoLisp code in VBA?
Thank you.
You can't just insert lisp code. It requires it's own interpreter. Can you be more specific on what you are trying to do?
C:> ED WORKING.... ▒
You can load Lisp and run, likewise lisp can run VBA
Code:(defun C:driveway () (vl-vbaload "P:/AutoDESK/VBA/acces-rev2.dvb") (vl-vbarun "draw_vehicle") )