Difference between revisions of "EXCEL GET CELL"
From Macros Wiki
Line 1: | Line 1: | ||
− | {{Command|syntax=EXCEL_GET_CELL <row>, <col>, < | + | {{Command|syntax=EXCEL_GET_CELL <row>, <col>, <var name> |
|description=:Get the cell's contents from excel, and set a variable for the contents for use in the macro. | |description=:Get the cell's contents from excel, and set a variable for the contents for use in the macro. | ||
|param1=<row>|param1_desc={{row}} | |param1=<row>|param1_desc={{row}} | ||
|param2=<col>|param2_desc={{row}} | |param2=<col>|param2_desc={{row}} | ||
− | |param3=< | + | |param3=<var name>|param3_desc={{var name}} |
}} | }} | ||
Revision as of 16:09, 22 July 2010
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