Message 1 of 2
AutoCAD.AcCmColor.18 not registered
Not applicable
05-08-2013
03:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My VBA stopped working on the following statement:
Dim RGB_Color As New AcadAcCmColor
References to RGB_Color showed it to be Null. Other posts referred me to a problem on 64-bit machines indicating I shoud add the following:
Set RGB_Color = GetInterfaceObject("AutoCAD.AcCmColor.18")However, that fails because AutoCAD.AcCmColor.18 is not in the registry.
My installation is AutoCAD Map 3D 2011. How can I get that registered?