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

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.