Valerie has attended:
Excel VBA Intro Intermediate course
Finding a cell
What's the quickest code to run to find a cell in a worksheet, a loop or an equivalent to the find function in Excel?
RE: Finding a cell
The Find method (and related ones) are on the Range object.
/Roy