Hi! I'm using 2005 and i have a small problem. Private Sub AcadDocument_SelectionChanged() MsgBox "Count: " & ThisDrawing.ActiveSelectionSet.Count End Sub if i select object it counts 1, if I press ESC so that no object is selected it still counts 1. Is there a way to clear this so i can distinct when objects are selected and when there is no obj. selected?