Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 519
Default Macro to tab down 2 cells

Hello from Steved


My objective is no matter where I'm in the worksheet I want the macro to
tab down 2 cells, below is my attempt. What do i need to do please.

Sub Cursordown2()
Cells(Rows.Count, 2).End(xlUp).Offset(1, 0).Select
End Sub

I thankyou.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default Macro to tab down 2 cells

Hi

Try this:

ActiveCell.Offset(2,0).select

Regards,
Per

On 29 Okt., 02:11, Steved wrote:
Hello from Steved

My objective is no matter where I'm in the worksheet I want the macro to
tab down 2 cells, below is my attempt. What do i need to do please.

Sub Cursordown2()
Cells(Rows.Count, 2).End(xlUp).Offset(1, 0).Select
End Sub

I thankyou.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 519
Default Macro to tab down 2 cells

Hello from Steved

Thanyou very much

"Per Jessen" wrote:

Hi

Try this:

ActiveCell.Offset(2,0).select

Regards,
Per

On 29 Okt., 02:11, Steved wrote:
Hello from Steved

My objective is no matter where I'm in the worksheet I want the macro to
tab down 2 cells, below is my attempt. What do i need to do please.

Sub Cursordown2()
Cells(Rows.Count, 2).End(xlUp).Offset(1, 0).Select
End Sub

I thankyou.



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 for copying cells above empty cells JRB1024 Excel Programming 4 August 21st 07 03:57 PM
macro needed to copy blocks of cells across to list of cells down piersonpro Excel Programming 3 March 28th 07 12:51 PM
Macro to select cells and then new selection from selected cells Rewop Eilsel Excel Programming 0 June 6th 06 04:25 PM
macro to select cells containing specific text and delete all cells but these JenIT Excel Programming 3 March 27th 06 10:07 PM
a script/macro to copy a block of cells next to specified cells z.entropic[_2_] Excel Programming 8 November 14th 03 03:17 PM


All times are GMT +1. The time now is 01:31 AM.

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

About Us

"It's about Microsoft Excel"