Description Retrieves the number in a specific cell of the output window.
Syntax num = GetTextNumber ( row, col )
Parameters num (Double) The number that is in the specified cell.
row As Long The row that contains the cell to be read.
col As Long The column that contains the cell to be read.
Remarks This function retrieves the number in a specific cell of the output window. It returns 0 if the value in the cell is a string and not a number. If there is no value in the cell the function returns 0. If there is a problem the function sets an error and returns 0.
See Also Examples
|