Difference between revisions of "EXCEL GET CELL"
From Macros Wiki
Line 1: | Line 1: | ||
+ | [[:Category:Excel|{{Up}}]] | ||
+ | |||
{{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 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. |
Revision as of 09:30, 2 August 2010
Command
- EXCEL_GET_CELL <row>, <col>, <var name>
- 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.
- <var name>
- Set the value of a number variable
Example
- EXCEL_GET_CELL 3, 6, r1