Application.DoubleClick method (Excel)
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.