Skip to main content

Application.DoubleClick method

Table of contents
  1. Syntax
  2. Example

Equivalent to double-clicking the active cell.

Syntax

expression.DoubleClick

expression A variable that represents an Application object.

Example

This example double-clicks the active cell on Sheet1.

Worksheets("Sheet1").Activate 
Application.DoubleClick

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>