EXCEL Copy a cell / range function

The EXCEL Copy a cell / range function in RPA.

Help CentreBuilding Processes

This article describes the RPA Excel functionality to copy a cell / range.

For a full list of available functions, please read EXCEL functions.


Description

The EXCEL Copy a cell / range function allows you to copy a cell / range.


Setting it up

To use the EXCEL Copy a cell / range function, follow these instructions:

{{popups:rpas/add:action=excel-copy-cell}}

Once on a process map:

  1. Navigate to the process where you would like to add the EXCEL Copy a cell / range function
  2. Click on the green button’s drop-down (right side of the green button labelled “Process”)
  3. On the menu that appears, click on the “+ Activity” item
  4. From here you can select the EXCEL Copy a cell / range option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
File pathYesTextFull path to the Excel file.
SheetYesTextName of the sheet.
CellYesTextCell or range reference to copy (e.g. A1 or A1:B10).
VariableYesTextVariable to store the copied content.
AppendNoBooleanOffAppend to existing variable data instead of overwriting.

Output variables

VariableTypeDescription
VariableTextThe copied cell value or range data.

Errors

ErrorDescription
Cell not foundThe specified cell reference is invalid.

Tips

  • Use a range like A1:D10 to copy multiple cells at once.

Related functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.