Share via


Application.EditDirectlyInCell Property (Excel)

True if Microsoft Excel allows editing in cells. Read/write Boolean.

Syntax

expression .EditDirectlyInCell

expression A variable that represents an Application object.

Example

This example enables editing in cells.

Application.EditDirectlyInCell = True

See Also

Concepts

Application Object

Application Object Members