Need to remove old VBA from 2020 dwg

neaton
Advisor
Advisor

Need to remove old VBA from 2020 dwg

neaton
Advisor
Advisor

We need to remove an old VBA routine that has gotten itself attached to an ACAD 2020 drawing. Is there anyway to do this without installing VBA?

Nancy

0 Likes
Reply
Accepted solutions (2)
336 Views
4 Replies
Replies (4)

pendean
Community Legend
Community Legend
Accepted solution
>>>...without installing VBA?...<<<
Not sure, I always install it. But you can try...

Start VBA command (launches the VBA Manager), then select the embedded project to "extract" which deletes it from the DWG file.
0 Likes

neaton
Advisor
Advisor
You have to have VBA loaded to access the VBA manager. I was hoping to not have to install it.
Nancy
0 Likes

JTBWorld
Advisor
Advisor
Accepted solution

Enter this on the command line:

(dictremove (namedobjdict) "ACAD_VBA")


Jimmy Bergmark
JTB World - Software development and consulting for CAD and license usage reports
https://jtbworld.com

0 Likes

neaton
Advisor
Advisor

@JTBWorld Thanks, I'll give it a try when I am back in the drawing 

0 Likes