EXCEL GET CELL
From Macros Wiki
Command
- EXCEL_GET_CELL <row>, <col>,
- 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.
- Set the value of a number variable
Example
- EXCEL_GET_CELL 3, 6, r1