Update Named Range
update_named_rangeUpdate an existing Excel named range to a new address by specifying workbook, name, and A1 reference.
Instructions
Change what an existing named range refers to.
Args: workbook: Workbook name or path (None = active workbook). name: Existing named range to update (required). range_address: New A1-style address, e.g. "A1:C10". sheet: Worksheet the new range is on (None = active sheet).
Returns: JSON confirmation with the resolved absolute reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| sheet | No | ||
| workbook | No | ||
| range_address | No | A1 |