Another thing to look at. If you want to do the same "cell change" action
on every cell in the entire workbook, then look at the Workbook_SheetChange
event in the ThisWorkbook module. This fires on any change to any cell.
(Its name is not terribly clear - it has nothing to do with changing from
one worksheet to another.)