Read Variables

Reads one or more variables from 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 read 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, then a variable will be created matching that name, and its value will match that of the cell contents. The selected cell is then advanced according to the Auto Move Direction and the next value is read in, if it also has a defined name. Values are usually read in as string variables.