Help Centre › Building Processes
This article describes the RPA Excel functionality to remove an image from a sheet.
For a full list of available functions, please read EXCEL functions.
Description
The EXCEL Remove image function removes an image from a sheet by name or index.
Setting it up
To use the EXCEL Remove image function, follow these instructions:
{{popups:rpas/add:action=excel-remove-image}}
Once on a process map:
- Navigate to the process where you would like to add the EXCEL Remove image 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 Remove image 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. |
| Image name or index | Yes | Text | – | Image name or 0-based index. |
Output variables
This action does not produce any output variables.
Errors
| Error | Description |
|---|---|
| File not open | The Excel file must be open. |
| Sheet not found | The specified sheet does not exist. |
| Image not found | No image with the specified name or index exists. |
Tips
- Use the image name if you set one when adding the image.
- Use a 0-based index to remove images by position (0 = first image).