Writes a double to the selected cell.
0 |
Integer |
Workbook Handle |
The handle for the workbook returned from the Open Workbook File command. |
1 |
Double |
Data to Write |
The double to write to the cell. |
None.
SUCCESS |
The cell was written to successfully. |
FAILURE |
The workbook handle was invalid. |
None.