Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 723 Bytes

Excel.Application.CellDragAndDrop.md

File metadata and controls

38 lines (22 loc) · 723 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.CellDragAndDrop property (Excel)
vbaxl10.chm133089
vbaxl10.chm133089
Excel.Application.CellDragAndDrop
da10e4ce-905b-5cc3-75ff-e3248cdf6391
04/04/2019
medium

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

[!includeSupport and feedback]