EXCEL GET CELL

From Macros Wiki
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, a$