EXCEL GET CELL: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
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 17: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$