Goto a specific Cell

  • Thread starter Thread starter Sanjay
  • Start date Start date
S

Sanjay

Hi,

I have the row number of the activecell, and also the column number from a
range

via:

Activecell.row
range("myrange").column 'may be moved

what I would like to do is goto that corresponding cell i.e.

if the user is on row 40 and myrange is D then goto D40


Any help appreciated!

Thanks.
 
If ? I understand your request

cells(activecell.row,"d").select
 

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

Back
Top