ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Goto a specific Cell (https://www.excelbanter.com/excel-programming/388653-goto-specific-cell.html)

Sanjay[_2_]

Goto a specific Cell
 
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.





Don Guillett

Goto a specific Cell
 
If ? I understand your request

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


--
Don Guillett
SalesAid Software

"Sanjay" wrote in message
...
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.






Tom Ogilvy

Goto a specific Cell
 
Cells(activecell.row,myrange.column).Select

--
Regards,
Tom Ogilvy


"Sanjay" wrote:

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.







All times are GMT +1. The time now is 10:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com