Get Cell
Get the cell object.
Get a specific Excel cell object and stores it in a variable.
Input
Input :
ExcelHandle Variable
A variable name that references the opened excel file handle.Sheet Name :
String Argument
The name of the sheet in which the cell is to get.Cell :
String Argument
The name of the cell is to get.
Output
Output :
Object VariableThe variable that stores the excel cell extracted from the specified excel sheet.
Last updated