# Select Range

> `UiPath.Excel.Activities.ExcelSelectRange`

`UiPath.Excel.Activities.ExcelSelectRange`

Selects a specified range from an Excel spreadsheet, in order to perform further actions. Can only be used in the **Excel Application Scope** or **Use Excel File** activities.

## Properties

:::note
Strings must be placed between quotation marks.
:::

#### Input

* **Range** - The range to be selected. Only String variables and strings are supported.
* **SheetName** - The name of the sheet from which to select the specified range. By default, this is filled in with "Sheet1." Only String variables and strings are supported.

#### Common

* **DisplayName** - The display name of the activity.

#### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

## Example of Using the Select Range Activity

To exemplify how to use this activity, we have built an automation project which also includes a **Select Range** activity. The process opens an Excel workbook and displays the range specified by you. You can check the example [here](https://docs.uipath.com/activities/other/latest/productivity/manage-range-selection).
