Last updated
Last updated
Get a specific Excel cell object and stores it in a variable.
This activity can only be used after the
Input : A variable name that references the opened excel file handle.
Sheet Name : The name of the sheet in which the cell is to get.
Cell : The name of the cell is to get.
The starting cell is specified in A1
format. A1
will select first cell from first row.
Output : The variable that stores the excel cell extracted from the specified excel sheet.
Get the cell object.