EXCEL FIND CELL

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

Up

Command

EXCEL_FIND_CELL <row 1> <col 1> <row 2> <col 2> <cell text> <row> <col>


Find a cell in a given range or cells.

Parameters

<row 1>
Start row number
<col 1>
Start column number
<row 2>
End row number
<col 2>
End column number
<cell text>
The text to search for. The contents of the cell must match this text.
<row>
Set the value of a number variable for the row number
<col>
Set the value of a number variable for the column number

Example

EXCEL_FIND_CELL 2, 2, 4, 6, "MyCell", r1, c1