I'll examine this.
FYI:
In my Named_Change() subroutine, if I do:
Debug.Print "Row = "; ActiveCell.Row ; " Col = ";ActiveCell.Row.Column
' OR
Debug.Print "Value = "; ActiveCell.Value
I get the changed _to_ cell, not the one where entered something and
then hit enter.