gregb Posted June 6, 2009 Posted June 6, 2009 - some time ago I wrote many useful routines in VB 6.0->ActiveX DLL to run those routines in command line I have use very uncomfortable way stored in different files: 1. lsp: (defun c:funVBA() (command "_.VBARUN" "funVBA")) 2. vba: Sub funVBA() Call objAcadApp.GetInterfaceObiect("vbPrjName.vbClassName").funVB End Sub 3. run 'funVBA' in ACAD Command Line after loading LSP and VBA files Problem is that I've more than 250 routines stored in dll Is it possible invoke funVB indirect in LSP file or Command Line? - 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.