Write Variables

Writes one or more variables to a series of cells.

 

Input Arguments

 

0

Integer

Workbook Handle

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

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The workbook was written to successfully.

FAILURE

The workbook handle was invalid.

 

Remarks

If the selected cell at the time that this command is executed has a defined name, and if there is a stored variable matching that name, its value will be written to the cell. The cursor will then automatically advance to the next cell and this process will repeat until the defined name for a cell no longer matches a variable name.