Difference between revisions of "EXCEL GET CELL"
From Macros Wiki
Line 1: | Line 1: | ||
{{Command|syntax=EXCEL_GET_CELL <row>, <col>, <value> | {{Command|syntax=EXCEL_GET_CELL <row>, <col>, <value> | ||
− | |description= | + | |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}} | ||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
− | : | + | :EXCEL_GET_CELL 3, 6, r1 |
[[Category:Excel]] | [[Category:Excel]] |
Revision as of 16:06, 22 July 2010
Command
- EXCEL_GET_CELL <row>, <col>, <value>
- 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.
- <value>
- Name of variable to be set by this command
Example
- EXCEL_GET_CELL 3, 6, r1