Application.EditDirectlyInCell Property
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.
| Visual Basic for Applications |
|---|
|