Reads one or more variables from a series of cells.
0 |
Integer |
Workbook Handle |
The handle for the workbook returned from the Open Workbook File command. |
None.
SUCCESS |
The workbook was read to successfully. |
FAILURE |
The workbook handle was invalid. |
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.