Create a Worksheet Range in a Sheet

Create a range in an Excel sheet.

This operation is part of the Excel Book (BDK). To use this book, you first need to learn it in your agent.

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.

get the first sheet
use the above as the sheet
create a worksheet range in the sheet with the start "A1" and the end "B2"

Last updated

Was this helpful?