Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 802 Bytes

Excel.Application.CopyObjectsWithCells.md

File metadata and controls

37 lines (22 loc) · 802 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.CopyObjectsWithCells property (Excel)
vbaxl10.chm133098
vbaxl10.chm133098
Excel.Application.CopyObjectsWithCells
86836569-7bd1-bfe7-2def-6cf43a7c0368
04/04/2019
medium

Application.CopyObjectsWithCells property (Excel)

True if objects are cut, copied, extracted, and sorted with cells. Read/write Boolean.

Syntax

expression.CopyObjectsWithCells

expression A variable that represents an Application object.

Example

This example sets Microsoft Excel to cut, copy, extract, and sort objects with cells.

Application.CopyObjectsWithCells = True

[!includeSupport and feedback]