When putting in the code for the Lineweight of a new Layer it will only accept the wights that are listed in the VBA Help > Lineweight Property Example: Dim objNewLayer As AcadLayer Set objNewLayer = ThisDrawing.Layers.Add("AREA") objNewLayer.Lineweight = acLnWt008 I want to put in the following = acLnWt008 but when I do, I get the following Error: Microsoft Visual Basic Compile Error Variable not defined What do I need to do to define this Lineweight? Thanks, Keith