move_range
Move a range to a new anchor on the same sheet, rewriting formulas, names, and references so they follow the moved cells. Refuses cross-sheet moves; overwrites destination cells.
Instructions
Move a rectangle to a new anchor on the same sheet, rewriting every formula, name, conditional format, validation, table ref, and merge that pointed into the source so references follow the cells (Excel move semantics). A cross-sheet destination refuses (copy_range then clear_range instead); cells at the destination are overwritten. A hazardous workbook refuses unless allow_loss is true. Auto-backup to .ks4xl-backups; atomic verified save. Refuses while open in Excel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest | Yes | Where the result lands (its top-left cell). | |
| path | Yes | ||
| sheet | No | ||
| backup | No | ||
| source | Yes | The range to read from. | |
| allow_loss | No | ||
| verify_com | No |