he "calculate" event is fired every time some in-cell formula calculation is
happening. The OnSheetCalculate property provides facilities for trapping such
event. The signature() method reveals that the event handler is expected to
accept one argument.
We provide the event handler as shown below.
Consequently, any in-cell formula recalculation produces new output in the
ControlShell.
|