he "sheet change" event is fired when contents of any cell changes. The
OnSheetChange property provides facilities for trapping such event.
The signature() function reveals that the event handler is expected to accept
two arguments.
We provide an event handler as follows.
The event handler runs when contents of any cell changes.
|