Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 727 Bytes

Excel.Application.EditDirectlyInCell.md

File metadata and controls

37 lines (22 loc) · 727 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.EditDirectlyInCell property (Excel)
vbaxl10.chm133129
vbaxl10.chm133129
Excel.Application.EditDirectlyInCell
e867a786-5a34-2e12-e7c6-0637650611c0
04/04/2019
medium

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

[!includeSupport and feedback]