![]() |
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! |
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! |
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! |
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