navigate on a sheet down "x" rows

B

biff

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

Vasant Nanavati

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.
 
B

biff

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top