xcel fires "selection change" event very time the user changes highlighted
range. The OnSheetSelectionChange property provides facilities for trapping
such event.
The signature() method reveals that the event handler is expected to accept
two arguments.
We provide the event handler as shown below.
Consequently, the ControlShell receives new output every time the selected
range changes.
|