title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.SheetBeforeDoubleClick event (Excel) |
vbaxl10.chm504075 |
|
|
969394a3-2c87-36a5-2d64-521bad8849be |
04/05/2019 |
medium |
Occurs when any worksheet is double-clicked, before the default double-click action.
expression.SheetBeforeDoubleClick (Sh, Target, Cancel)
expression An expression that returns an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Sh | Required | Object | A Worksheet object that represents the sheet. |
Target | Required | Range | The cell nearest to the mouse pointer when the double-click occurred. |
Cancel | Required | Boolean | 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. |
This event doesn't occur on chart sheets.
[!includeSupport and feedback]