EditDirectlyInCell Property
From Microsoft Excel Visual Basic
EditDirectlyInCell Property
True if Microsoft Excel allows editing in cells. Read/write Boolean.
Example
This example enables editing in cells.
Application.EditDirectlyInCell = True
From Microsoft Excel Visual Basic
True if Microsoft Excel allows editing in cells. Read/write Boolean.
This example enables editing in cells.
Application.EditDirectlyInCell = True