R
Robert
Situation:
Cells 14,B holds my variable. This changes over time (by the vb code).
Is there some way that, when the data changes it will be written in a
new cell.
Something like this.
If Range("B14") <> Range("B14") Then
old new
copy it into cell C1. then C2, then C3 etc etc
And then loop this until no more changes.
Cells 14,B holds my variable. This changes over time (by the vb code).
Is there some way that, when the data changes it will be written in a
new cell.
Something like this.
If Range("B14") <> Range("B14") Then
old new
copy it into cell C1. then C2, then C3 etc etc
And then loop this until no more changes.