Share via


Application.CellDragAndDrop Property (Excel)

True if dragging and dropping cells is enabled. Read/write Boolean.

Syntax

expression .CellDragAndDrop

expression A variable that represents an Application object.

Example

This example enables dragging and dropping cells.

Application.CellDragAndDrop = True

See Also

Concepts

Application Object

Application Object Members