Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 367
Default Select one cell below active cell

Hopefully this is an easy one...

How can I have a cell or cells selected below the currently active cell
without naming the actual coordinates? I am trying to select the first blank
cell in a column in order to paste added data to a spreadsheet.

Thanks for the help!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,089
Default Select one cell below active cell

If you really must select the cell:

Activecell.Offset(1,0).Select

Regards

Trevor


"Jason" wrote in message
...
Hopefully this is an easy one...

How can I have a cell or cells selected below the currently active cell
without naming the actual coordinates? I am trying to select the first
blank
cell in a column in order to paste added data to a spreadsheet.

Thanks for the help!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 367
Default Select one cell below active cell

This worked great! Another question, if I may...

What if I want to select an entire row below the currently active row. How
do I do that?

Jason



"Trevor Shuttleworth" wrote:

If you really must select the cell:

Activecell.Offset(1,0).Select

Regards

Trevor


"Jason" wrote in message
...
Hopefully this is an easy one...

How can I have a cell or cells selected below the currently active cell
without naming the actual coordinates? I am trying to select the first
blank
cell in a column in order to paste added data to a spreadsheet.

Thanks for the help!




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Select one cell below active cell

Activecell.Offset(1,0).entirerow.Select

--
HTH...

Jim Thomlinson


"Jason" wrote:

This worked great! Another question, if I may...

What if I want to select an entire row below the currently active row. How
do I do that?

Jason



"Trevor Shuttleworth" wrote:

If you really must select the cell:

Activecell.Offset(1,0).Select

Regards

Trevor


"Jason" wrote in message
...
Hopefully this is an easy one...

How can I have a cell or cells selected below the currently active cell
without naming the actual coordinates? I am trying to select the first
blank
cell in a column in order to paste added data to a spreadsheet.

Thanks for the help!




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
Row select mode to highlight active row of active cell Bart Fay[_2_] Excel Discussion (Misc queries) 0 May 11th 10 09:34 PM
how to select row according active cell? frankosun Excel Programming 2 December 14th 05 09:55 AM
Select Row of Active Cell Michael Smith Excel Programming 1 September 14th 05 10:08 PM
Select First Active Cell if the cell is in a pivot table Don Excel Programming 0 June 30th 04 01:53 PM
Select a range of columns based on active cell Tom Ogilvy Excel Programming 0 November 10th 03 05:09 PM


All times are GMT +1. The time now is 03:56 AM.

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"