Skip to main content

Manage Named Ranges

Excel·v1.11.1
ExcelWorkbookWrites files

Name a range so formulas can say =SUM(Sales) instead of =SUM(Sheet1!$B$2:$B$500), and keep meaning the right cells when rows are inserted

Inputs

NameTypeRequiredDefaultDescription
Excel Instance
excelInstance
variableRequired
Action
action
enumOptionaldefine
defineremove
Name
name
stringRequiredNo spaces. Sales_2024 rather than Sales 2024
Sheet Name
sheetName
stringOptionalLeave empty for the first sheet
Shown when action = define
Range
range
stringOptionalThe cells the name points at, such as B2:B500
Shown when action = define

Compatibility

WindowsLinuxAttendedUnattended

Related activities