If you use VBA inside of 32bit AutoCAD you will have noticed that it is around 1000x times slower when running the same VBA code inside of 64bit AutoCAD.
This is because AutoCAD 64bit ships with the 32bit VBA DLL in a separate out-of-process executable rather than loading the VBA DLL inside of AutoCAD itself. Therefore, a lot of marshaling is incurred communicating between the out-of-process VBA executable and 64bit AutoCAD.
Other issues you may be seeing: Run-time error ‘429’: ActiveX component can’t create object
Affected, all 64bit versions of (and variants of)
The best solution is to install 32bit AutoCAD on 64bit Windows, here are the affected versions along with their solution text…
AutoCAD VBA enabler modules can be downloaded using the links below…
AutoCAD 2010 VBA 32bit 64bit | AutoCAD 2011 VBA 32bit 64bit | AutoCAD 2012 VBA 32bit 64bit | AutoCAD 2013 VBA 32bit 64bit | AutoCAD 2014 VBA 32bit 64bit | AutoCAD 2015 VBA 32bit 64bit | AutoCAD 2016 VBA 32bit 64bit | AutoCAD 2017 VBA 32bit 64bit | and newer
Copyright 2023 (c) Longbow Software
If you are trying to install your old version of AutoCAD 2006 on Windows 11 you can run into lots of…
These instructions solve issues around installing/running your old AutoCAD 2013 on 64bit Windows 11. Some common issues are error messages…
These instructions solve issues around installing/running your old AutoCAD 2011 on 64bit Windows 11. Some common issues are error messages…
These instructions solve issues around installing/running your 32bit AutoCAD 2018 on 64bit Windows 11. Some common issues are error messages…
These instructions solve issues around installing/running your old AutoCAD 2011 on 64bit Windows 11. Some common issues are error messages…
These instructions solve issues around installing/running your old AutoCAD 2012 on 64bit Windows 11. Some common issues are error messages…
This website uses cookies.