Occurs whenever the user double-clicks the specified control.
Syntax
Private Sub Object_DblClick(EventInfo)
Object A ChartSpace, PivotTable, or Spreadsheet object.
EventInfo The SpreadsheetEventInfo or WCChartEventInfo object that contains information about the event. This parameter is not used with the PivotTable object.
Remarks
For information about using events with VBScript, see Declaring and Using Event Procedures in VBScript.