CancelEdit Event

See Also                  Applies To

Occurs whenever the user cancels edit mode.

Syntax

Private Sub Spreadsheet_CancelEdit(SpreadsheetEventInfo As SpreadsheetEventInfo)

SpreadsheetEventInfo   The SpreadsheetEventInfo object that contains information about the event.

Remarks

For information about using events with VBScript, see Declaring and Using Event Procedures in VBScript.