ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Selecting Till last row (https://www.excelbanter.com/excel-programming/412410-selecting-till-last-row.html)

Alfred[_4_]

Selecting Till last row
 
Hi
I used the following code in a macro
Range(Selection, Selection.End(xlDown)).Select 'the same as
CTRL-SHIFT-DownArrow

This does not work if there is emty rows (only selects till it finds the
first emty row)

Is there another function to select till the last row that is populated ?

Thanks a lot
Alfred


Gary Keramidas

Selecting Till last row
 
you can try this

Range(Selection, Cells(Rows.Count, Selection.Column).End(xlUp)).Select


--


Gary


"Alfred" wrote in message
...
Hi
I used the following code in a macro
Range(Selection, Selection.End(xlDown)).Select 'the same as
CTRL-SHIFT-DownArrow

This does not work if there is emty rows (only selects till it finds the first
emty row)

Is there another function to select till the last row that is populated ?

Thanks a lot
Alfred





All times are GMT +1. The time now is 06:04 PM.

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