Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Use this code:Sub lastrow() Dim rRng As Range Set rRng = Range("A1:A" & Range("A" & Rows.Count).End(xlUp).Row) With rRng.Offset(rRng.Count, 0).Resize(1, 1).Select End With End Sub places cursor in cell A99999 where 99999=the first row below the last entry in column A -- swatsp0p ------------------------------------------------------------------------ swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101 View this thread: http://www.excelforum.com/showthread...hreadid=481003 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What produces empty rows at the bottom of a spreadsheet? | Excel Discussion (Misc queries) | |||
unwanted empty rows at worksheet bottom | Excel Discussion (Misc queries) | |||
finding next empty row from bottom up!! | Excel Programming | |||
Finding Bottom of Sheet | Excel Worksheet Functions | |||
empty rows at bottom of worksheet | Excel Discussion (Misc queries) |