EXCEL GET CELL
From Macros Wiki
Command
- EXCEL_GET_CELL <row>, <col>, <value>
- Get the cell's contents from excel, and set a variable for the contents for use in the macro.
Parameters
- <row>
- Row number.
- <col>
- Row number.
- <value>
- Name of variable to be set by this command
Example
- EXCEL_GET_CELL 3, 6, r1