This Macro lets you set the colors of 7 different types of objects and weights of 4 different types of objects. I had originally programmed it using Option Buttons but the Macro looks cleaner using Drop down List boxes. It lets you choose one of the 160 different colors (0 - 159) and assign a name to it. ( 0 = Black 15 = White ect. ) example: >> ColorName(17) = "Pink": ColorCode(17) = 22 (17 is the position in the dropdown box and 22 is the color in the Deltacad color chart) When the Macro starts it shows the current setting of the different types of objects. If your drawing is using a color not programmed in the Macro it will tell you which color and type of object, so you can add it to the Macro. It doesn't do custom colors.