MouseOut Event

See Also                  Applies To

Occurs whenever the user moves the mouse pointer out of a cell on a spreadsheet.

Syntax

Private Sub Spreadsheet_MouseOut(SpreadsheetEventInfo As SpreadsheetEventInfo)

SpreadsheetEventInfo   The SpreadsheetEventInfo object that contains information about the event. Use this object’s Range property to return the cell that the pointer was moved out of.

Remarks

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