That code WILL actually work because it fires on ANY change.

So, if for example, M39 has
Formula: copy to clipboard
=A1
and you enter "N" in cell A1, the event handler will fire and find the value "N" in cell M39.

You probably DON'T want it to fire every change though.

Regards, TMS