EditDirectlyInCell Property [Excel 2003 VBA Language Reference]

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

Example

This example enables editing in cells.

Application.EditDirectlyInCell = True

Applies to | Application Object