muck Posted March 1, 2011 Posted March 1, 2011 Can vba load a lisp routine and use it with the ThisDrawing.SendCommand How would you have VBA to load the routine? Thank you, Quote
BIGAL Posted March 2, 2011 Posted March 2, 2011 Yes ThisDrawing.SendCommand "(load " + Chr(34) + "s:/autodesk/vba/blockedit.lsp" + Chr(34) + ")" + vbCr Quote
Phiphi Posted August 19, 2011 Posted August 19, 2011 ... And how would you have VBA to load an AutoCAD script -> C:\test.scr ? Thank you. (use it with the ThisDrawing.SendCommand) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.