Difference between revisions of "EXCEL GET CELL"
From Macros Wiki
Line 10: | Line 10: | ||
===Example=== | ===Example=== | ||
− | :EXCEL_GET_CELL 3, 6, | + | :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$