Help Centre › Building Processes
This article describes the RPA Excel functionality to select a sheet.
For a full list of available functions, please read EXCEL functions.
Description
The EXCEL Select a sheet function allows you to select a sheet.
Setting it up
To use the EXCEL Select a sheet function, follow these instructions:
{{popups:rpas/add:action=excel-select-sheet}}
Once on a process map:
- Navigate to the process where you would like to add the EXCEL Select a sheet function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the EXCEL Select a sheet option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| File path | Yes | Text | – | Full path to the Excel file. |
| Sheet | Yes | Text | – | Name of the sheet to select. |
Output variables
This action does not produce any output variables.
Errors
| Error | Description |
|---|---|
| Sheet not found | The specified sheet name does not exist in the workbook. |
Tips
- Select a sheet before performing operations on it.