Difference between revisions of "EXCEL GET CELL"
From Macros Wiki
Line 6: | Line 6: | ||
|param1=<row>|param1_desc={{row}} | |param1=<row>|param1_desc={{row}} | ||
|param2=<col>|param2_desc={{col}} | |param2=<col>|param2_desc={{col}} | ||
− | |param3= | + | |param3=<var name>|param3_desc={{parameter_variable_any_name}} the cell contents |
}} | }} | ||
Revision as of 12:44, 12 January 2011
Command
- EXCEL_GET_CELL <row>, <col>, <var name>
- Get the contents of a cell.
Parameters
- <row>
- Row number.
- <col>
- Column number.
- Name of variable to be set to the cell contents
Example
- EXCEL_GET_CELL 3, 6, r1