EXCEL GET CELL

From Macros Wiki
Revision as of 17:46, 12 January 2011 by Mikeo (talk | contribs)
Jump to navigationJump to search

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, r1