Set the cell object.
Set the cell with the specified Excel Cell object.
This activity can only be used after the Open Excel File activity.
Input : ExcelHandle Variable A variable name that references the opened excel file handle.
ExcelHandle Variable
Sheet Name : String Argument The name of the sheet in which the cell is to be set.
String Argument
Cell : String Argument The cell name to be set.
Cell Content : Object Argument The object that represents a cell in an excel sheet with cell features to be set.
Object Argument
Last updated 3 years ago