Share via


Application.DoubleClick Method

Excel Developer Reference

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.

Visual Basic for Applications
  Worksheets("Sheet1").Activate
Application.DoubleClick

See Also