navigate on a sheet down "x" rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I navagate down a sheet "x" rows, make that cell active, where "x" is the value in a cell.
 
Hi:

ActiveCell.Offset(x).Activate

Regards,

Vasant.

biff said:
How can I navagate down a sheet "x" rows, make that cell active, where "x"
is the value in a cell.
 
Offset works great when I put a value in for "x", but how do I make it look up the value in cell "i1" and use that as the value for "x"
thanks in advance
----- Vasant Nanavati wrote: -----

Hi:

ActiveCell.Offset(x).Activate

Regards,

Vasant.

biff said:
How can I navagate down a sheet "x" rows, make that cell active, where "x"
is the value in a cell.
 
Back
Top