Occurs whenever the user presses a mouse button while the pointer is positioned over the spreadsheet or the chart workspace.
Syntax
Private Sub Object_MouseDown(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.