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