Write String

Writes a string to the selected cell.

 

Input Arguments

 

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.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The cell was written to successfully.

FAILURE

The workbook handle was invalid.

 

Remarks

None.