CadEarner Posted May 4, 2011 Posted May 4, 2011 Hi gurus, I have loaded lisp and vba macros to my Acad application. Whenever I try to open multiple drawings "Macro Name:" prompt coming up. How to get around this? I have no problems while opening single drawings. Quote
Patrick Hughes Posted May 4, 2011 Posted May 4, 2011 One of your auto loaded VBA or Lisp (or custom menu) file is displaying the prompt. I don't know about VBA but if it is a lisp causing this you first need to determine which file it is so you need to perform a search in Windows Explorer for files of type, *.lsp *.mns etc... containing text : Macro Name: Once you have located the source of the prompt you will then need to locate where that file is being loaded, once again performing a search containing text... 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.