Read Cell Formula
Read formula of cell.
Last updated
Read formula of cell.
Last updated
Reads the formula of an Excel cell and stores it in a variable.
Input : A variable name that references the opened excel file handle.
Sheet Name : The name of the sheet in which the cell formula is to be read.
Cell : The name of the cell in which the cell formula is to be read.
Output : The variable that stores the formula extracted from the specified Excel Cell. If there is no formula in the specified cell the output generated will be null.