Hi all,
I have a question regarding the third answer on the following topic: https://stackoverflow.com/questions/4668410/how-do-i-get-the-old-value-of-a-changed-cell-in-excel-vba
I have written the following macro:
Option Explicit
Private Sub Worksheet_Change(ByVal Target As Range)
Dim...