Application.CellDragAndDrop Property

Excel Developer Reference

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.

Visual Basic for Applications
  Application.CellDragAndDrop = True

See Also