MouseUp Event

See Also                  Applies To

Occurs whenever the user releases a mouse button while the pointer is positioned over the spreadsheet or the chart workspace.

Syntax

Private Sub Object_MouseUp(EventInfo)

EventInfo   The SpreadsheetEventInfo or WCChartEventInfo object that contains information about the event.

Remarks

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