Skip to main content

Application.SheetBeforeDoubleClick event

Table of contents
  1. Syntax
  2. Parameters
  3. Remarks

Occurs when any worksheet is double-clicked, before the default double-click action.

Syntax

expression.SheetBeforeDoubleClick (ShTargetCancel)

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Sh Required Object 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.

Remarks

This event doesn't occur on chart sheets.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>