Hello,
pleas, how I could exclude changes of blank value? I no need log, when emty cell is changed.
Thank you!
Dim PreviousValues As Variant
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
'Store current values of all cells
Application.EnableEvents = True...