Write Integer

Writes an integer to the selected cell.

 

Input Arguments

 

0

Integer

Workbook Handle

The handle for the workbook returned from the Open Workbook File command.

1

Integer

Data to Write

The integer 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.