- Documentation
- Activities
- Excel
- Copy Range
Copy cells somewhere else, with or without their formatting. Works even when the destination overlaps the source
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Excel Instance excelInstance | variable | Required | — | — |
Copy From Sheet sheetName | string | Optional | — | Leave empty for the first sheet |
Copy range | string | Optional | — | A1:D20, or empty for everything on the sheet |
Paste To Sheet targetSheetName | string | Optional | — | Leave empty to paste on the same sheet |
Paste At targetCell | string | Required | — | The top-left cell of where it lands, such as F1 |
Paste what | enum | Optional | both | —bothvaluesformats |
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Clear Filter
Show every row again and remove the filter
Clear Range
Empty cells in place. Nothing below shifts up, so formulas pointing at those rows still point at them
Filter Rows
Hide the rows that do not match, and collect the ones that do
Find and Replace
Replace text across a range. Formula cells are left alone, so a replacement cannot quietly break a calculation
Remove Duplicate Rows
Delete repeated rows, keeping the first or the last of each. A number typed as text matches the same number
Sort Range
Sort rows by one column, then optionally a second. Whole rows move and carry their formatting, and blanks sink