Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default 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.




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default 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.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to goto specific cell (todays date) crimekilla Excel Discussion (Misc queries) 4 May 11th 10 04:42 PM
Goto a specific cell in a macro Edward Excel Discussion (Misc queries) 0 July 16th 07 08:24 PM
Goto specific sheet and cell jimmy[_5_] Excel Programming 1 March 3rd 07 11:08 AM
How do I goto a specific Record in my Database? Dooley007 Excel Programming 2 December 2nd 06 07:39 PM
Goto Specific Textbox in Userform Kris_Wright_77[_2_] Excel Programming 3 August 10th 05 03:23 PM


All times are GMT +1. The time now is 07:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"