Difference between revisions of "EXCEL GET CELL"
From Macros Wiki
(New page: {{Command|syntax=EXCEL_GET_CELL <row>, <col>, <value> |description=*DESCRPTION* |param1=<row>|param1_desc= |param2=<col>|param2_desc= |param3=<value>|param3_desc= }} ===Example=== :- EXC...) |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | [[:Category:Excel|{{Up}}]] |
− | |||
− | |param1=<row>|param1_desc= | + | {{Command|syntax=EXCEL_GET_CELL <row>, <col>, <nowiki><var name></nowiki> |
− | |param2=<col>|param2_desc= | + | |description=:Get the contents of a cell. |
− | |param3=< | + | |
+ | |param1=<row>|param1_desc={{row}} | ||
+ | |param2=<col>|param2_desc={{col}} | ||
+ | |param3=<nowiki><var name></nowiki>|param3_desc={{parameter_variable_string_name}} the cell contents | ||
}} | }} | ||
===Example=== | ===Example=== | ||
− | : | + | :EXCEL_GET_CELL 3, 6, a$ |
[[Category:Excel]] | [[Category:Excel]] |
Latest revision as of 12:46, 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 string variable to be set to the cell contents
Example
- EXCEL_GET_CELL 3, 6, a$