Index of AcadLispVDA folder


Intended to highlight interaction between Autolisp(Visualisp?) and VBA. Obtained from Google search on 'run autolisp from vba'. The original purpose was to explore how to put a lisp in a VBA 'wrapper' so it could be sent with a drawing file (if that concept makes sense).


i_have_learned.html Notes on what I have learned so far.

mslot.lsp (Download) A lisp to practice putting in a VBA wrapper (mslot.lsp).
mslot.txt (View in browser) As a text file that can be viewed or copy pasted from the screen.
mslot_wrapper.bas (View in browser) A three line vba wrapper calling mslot.lsp as a text file that can be viewed or copy pasted from the screen.


bkramer_lisp_or_vba.html Cadence Bill Kramer -AutoLisp or VBA?


loadrunlisp_fromvba.html Load and Run Autolisp from VBA.
(A three line AfraLisp snippet which may be all I need to know.)


vlisp_and_loadingVBAfiles.txt AutoLisp functions that load and run VBA (back to front from my purpose).
vlisp_and_loadingVBAfiles.html On going-attempt to make reasonable local html version (needs work).
www.afralisp.com/vl/vl-vba.htm Afralisp source page.


vlisp_vs_alisp_vs_vba.txt Interesting Cafe Express posting.


www.cadalyst.com/features/0700custom/custom.htm (External link) Article on customising in general by Tony Hotchkiss. Review and use as approriate.


And for completeness..

www.afralisp.com/tutor.htm (External link) AfraLisp's AutoLisp and VisaLisp tutorials (to try to sort the difference between the two).

www.afralisp.com/vba.htm (External link) AfraLisp's VBA tutorials.