Want some free training in Autodesk products? You can always go to AUGI.com and participate in one of their ATP programs or download Autodesk University handouts. You can also take advantage of the Video E-Learning available courtesy of CADLearning.com also available at the AUGI education area.
A new option is the Autodesk Open Doors program coming to an ATC , hopefully, near you. Click this link to see if there are any classes available in your area.
Fellow Georgians, you'll have to travel as I couldn't find any free training within the state of Georgia, USA.
Get your technology fix here. Stay tuned for general tech trends, news, and articles. Work with Autodesk products? I do too! I like to write VBA, lisp and create a lot of custom tools for general consumption too. You'll find all that here and more!
Thursday, July 31, 2008
VBA Error Code 800a0011 - Quick Fix
I ran into Error Code 800a0011 this morning when adding a list box control to a form in VBA. No matter what control I added, it gave this error:
could not complete the operation due to error 800a0011

Although annoying, there is a quick fix. Switch to the other VBA project that is loaded and ensure that you are not in debug mode. It seems I had an empty project (global 1) that had no code save for the "option explicit" option. I unloaded that project and the problem went away.
could not complete the operation due to error 800a0011

Although annoying, there is a quick fix. Switch to the other VBA project that is loaded and ensure that you are not in debug mode. It seems I had an empty project (global 1) that had no code save for the "option explicit" option. I unloaded that project and the problem went away.
Subscribe to:
Posts (Atom)