2 below first entry in row
Been trying to solve this on my own, but can't get it right.
Row 3 contains numbers. I want a line that selects the cell 2 rows under
the first number (location varies month to month) in that row.
This does it for *last* number:
Cells(3, Columns.Count).End(xlToLeft).Offset(2, 0).Select
How to modify?
--
David
|