Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, that's right. I wasn't perhaps precise enough.. It's also the same as
selecting a cell in a given column and pressing Ctrl+Down key combination. Assuming that the given column contains data in all cells this method is correct and gives expected result. "Rob van Gelder" wrote in message ... .End(xlDown) is the same as selecting a cell, holding down the End key and pressing the down key. It will move down to the end of the current column's region, not the last row containing data in that column. It has it's uses when you have lists stacked on top of eachother. If it's one list for the whole column, read on. The following gets the first row up from the very last row in column iColumnNo that contains data Same as clicking cell A65536, holding down the End key and pressing the up key. i = Cells(Rows.Count, iColumnNo).End(xlUp).Row |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i find specific data in a cell and its colocated cell data | Excel Worksheet Functions | |||
converting numerical data in one cell to word data in another cell | Excel Worksheet Functions | |||
how to find number in a cell , a cell contains character data ornumeric data | Excel Worksheet Functions | |||
moving data to a cell, not pulling data to the cell | Excel Worksheet Functions | |||
Find MAX data in sheet (Cell) - Any cell that exceeds X amount of data | Excel Discussion (Misc queries) |