MouseOver Event

See Also                  Applies To

Occurs whenever the user moves the mouse pointer into a cell on the specified 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 into.

Remarks

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