How do you test if the Selection Set contains anything nothing In particular: Dim oEnt As AcadEntity For Each oEnt In ThisDrawing.ActiveSelectionSet Process (oEnt) Next I get an error if there is nothing in the active selection set I can't do ThisDrawing.ActiveSelectionSet.Count Because it also causes an error. Thanks! Nathan