Hi everyone,
I've been searching in vain for a means of comparing a column of values after their precedent cell has been changed with their values before the change.
To be specific, all formulae in col. AE refer to the value in D1. If D1 is changed, how can I establish which displayed values in col. AE have changed as a result?
It would be simple enough to load col. AE's values into an array with a Worksheet_activate event, but the values would be dumped as soon as the event procedure terminated. What's needed is a _BeforeCalculate event, but such an animal does not exist.
All ingenious suggestions gratefully appreciated.
Richard Fuller