Create a Worksheet Range in a Sheet
Create a range in an Excel sheet.
Input Concepts
Concept
Description
Type
Required
sheet
The reference to the Excel sheet.
excel sheet reference
Yes
start
The start address of the range. For example, "A1".
text
Yes
end
The end address of the range. For example, "B2".
text
Yes
Output Concepts
Concept
Description
Type
worksheet range
The created range.
excel range reference
Examples
Create a range in an Excel sheet.
Last updated
Was this helpful?