title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.DoubleClick method (Excel) |
vbaxl10.chm133128 |
|
|
17958601-3e24-a7bb-7d8c-0c45b955f449 |
04/04/2019 |
medium |
Equivalent to double-clicking the active cell.
expression.DoubleClick
expression A variable that represents an Application object.
This example double-clicks the active cell on Sheet1.
Worksheets("Sheet1").Activate
Application.DoubleClick
[!includeSupport and feedback]