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