Get Cell Color
Get the color of cell.
Get the color of a specific Excel cell 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 color is to get.
Cell :
String Argument
The name of the cell in which the cell color is to get.
Output
Output :
Color Variable
The variable that stores the color extracted from the specified Excel Cell.
Last updated