The macro below makes a copy of a range of cells just before updating them so I can see the changes. It was leaving the range selected, so I added the last statement, but the range is still left selected (walking dotted border).
How do I cancel the selection?
Sub CopyErrorRow(inRowError As...