Purpose
Occurs when any worksheet is double-clicked, before the default double-click action.
Syntax
SheetBeforeDoubleClick(Sh, Target, Cancel)
Required Parameters
Sh
A Worksheet object that represents the sheet.
Target
The cell nearest to the mouse pointer when the double-click occurred.
Cancel
False when the event occurs. If the event procedure sets this argument to True, the default double-click action isn't performed when the procedure is finished.