Important:
The following events are triggered by the actions performed by the user in Microsoft Excel, or when methods are run from the Visual Adelia application.
The events of the EXCEL CLIENT object are not implemented for programs generated in Cloud.
SelectionChange
Triggered when the selected cell range changes in Microsoft Excel.
WorkbookActivation
Triggered when the user activates a workbook in Microsoft Excel.
WorkbookDeactivation
Triggered when the user deactivates a workbook in Microsoft Excel.
WorkbookClosing
Triggered when the user attempts to close a workbook in Microsoft Excel.
This action may fail if the GRANTED_CLOSING property is set to "*FALSE".
WorkbookOpening
Triggered when the user opens a workbook in Microsoft Excel.
WorkbookPrinting
Triggered when the user attempts to print a workbook in Microsoft Excel.
This action may fail if the GRANTED_PRINTING property is set to "*FALSE".
WorkbookSaving
Triggered when the user attempts to save a workbook in Microsoft Excel.
This action may fail if the GRANTED_SAVING property is set to "*FALSE".
SheetActivation
Triggered when the user activates a worksheet in Microsoft Excel.
SheetDeactivation
Triggered when the user deactivates a worksheet in Microsoft Excel.
SheetCalculation
Triggered when a range of cells is calculated in Microsoft Excel.
SheetModification
Triggered when a cell in a Microsoft Excel worksheet may have been modified by the user.
RightButtonClick
Triggered when the user clicks the right mouse button over a range of cells in Microsoft Excel.
LeftButtonDoubleClick
Triggered when the user double-clicks the left mouse button over a cell in Microsoft Excel.
NewWorkbook
Triggered when the user creates a new workbook in Microsoft Excel.
NewSheet
Triggered when the user adds a new worksheet to a workbook in Microsoft Excel.