EXCEL GET CELL: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 10: Line 10:


===Example===
===Example===
:EXCEL_GET_CELL 3, 6, r1
:EXCEL_GET_CELL 3, 6, a$


[[Category:Excel]]
[[Category:Excel]]

Latest revision as of 17:46, 12 January 2011

Up

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$