Difference between revisions of "EXCEL GET CELL"
From Macros Wiki
Line 2: | Line 2: | ||
{{Command|syntax=EXCEL_GET_CELL <row>, <col>, <nowiki><var name></nowiki> | {{Command|syntax=EXCEL_GET_CELL <row>, <col>, <nowiki><var name></nowiki> | ||
− | |description=:Get the | + | |description=:Get the contents of a cell. |
|param1=<row>|param1_desc={{row}} | |param1=<row>|param1_desc={{row}} | ||
|param2=<col>|param2_desc={{col}} | |param2=<col>|param2_desc={{col}} | ||
− | |param3=<nowiki><var name></nowiki>|param3_desc={{ | + | |param3=<nowiki><var name></nowiki>|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.
- <var name>
- Name of variable to be set to the cell contents
Example
- EXCEL_GET_CELL 3, 6, r1