move_range
Move a range to a new anchor on the same sheet while preserving formulas, references, tables, and formatting. Refuses unsafe moves unless explicitly allowed, with auto-backup.
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 | ||
| path | Yes | ||
| sheet | No | ||
| backup | No | ||
| source | Yes | ||
| allow_loss | No | ||
| verify_com | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||