CopyObjectsWithCells Property [Excel 2003 VBA Language Reference]

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

Example

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

Application.CopyObjectsWithCells = True

Applies to | Application Object