ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Select one cell below active cell (https://www.excelbanter.com/excel-programming/364996-select-one-cell-below-active-cell.html)

Jason

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!

Trevor Shuttleworth

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!




Jason

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!





Jim Thomlinson

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!






All times are GMT +1. The time now is 11:16 AM.

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