Posted 8 September 2017, 10:09 am EST
What event(s) do I need to bind on a sheet to be notified when a cell’s value changes for any reason, for example:
- User manually changes cell value
- Cell’s formula results in a new value, for example, firing an event for B1 when B1 has “=A1” as a formula, and A1’s value changes
- Pasting of data into cell
- “Fill down” of a cell
- Undo/redo
… etc
Documentation for CellChanged suggests anything that would cause the cell to be repainted would fire the event, however it only triggers in the first scenario above, but not in any of the other scenarios. ValueChanged is the same.
Thanks.
