Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 543 Bytes

da10e4ce-905b-5cc3-75ff-e3248cdf6391.md

File metadata and controls

34 lines (15 loc) · 543 Bytes

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

Other resources

Application Object Members