Please help with this - I need to check if a value in a cell changed(if the value changes).
Ive used this code:
If Intersect(Target, Range("H28")) Is Nothing Then
Exit Sub
Else
MsgBox "Value changed!"
End If
but this fires even though the value stayed the same...
Any help will be much appreciated
Ive used this code:
If Intersect(Target, Range("H28")) Is Nothing Then
Exit Sub
Else
MsgBox "Value changed!"
End If
but this fires even though the value stayed the same...
Any help will be much appreciated