Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have checked and seen many examples of how to find the last row in a column
by using lastcell=.cells(.rows.count,1).end(xlUp)(2).select However, that appears to look at the ENTIRE column. My data starts, say, in row 15. How do I use the above code to look only at rows below row 15? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See this page (Last function)
http://www.rondebruin.nl/last.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "dunnerca" wrote in message ... I have checked and seen many examples of how to find the last row in a column by using lastcell=.cells(.rows.count,1).end(xlUp)(2).select However, that appears to look at the ENTIRE column. My data starts, say, in row 15. How do I use the above code to look only at rows below row 15? Thanks. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Ron. Exactly what I needed.
Kevin "Ron de Bruin" wrote: See this page (Last function) http://www.rondebruin.nl/last.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "dunnerca" wrote in message ... I have checked and seen many examples of how to find the last row in a column by using lastcell=.cells(.rows.count,1).end(xlUp)(2).select However, that appears to look at the ENTIRE column. My data starts, say, in row 15. How do I use the above code to look only at rows below row 15? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range ... how to know if it is empty | Excel Programming | |||
Finding next empty empty cell in a range of columns | Excel Programming | |||
Range empty? | Excel Programming | |||
why is range empty? | Excel Discussion (Misc queries) | |||
why is range empty? | Excel Programming |