I am starting to work through updating my VBA code to ver 7.1, and have a few questions: 1) Am I correct in thinking that most (all?) of the document collections are now 0 based rather than 1 based. That is: ver 6.6: IntelliCAD.ActiveDocument.Layers.Item(1) for layer "0" ver 7.1: IntelliCA...