DoubleClick Method [Excel 2003 VBA Language Reference]

Equivalent to double-clicking the active cell.

expression**.DoubleClick**

expression Required. An expression that returns an Application object.

Example

This example double-clicks the active cell on Sheet1.

Worksheets("Sheet1").Activate
Application.DoubleClick

Applies to | Application Object