Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Experts Is it possible for me to select the blank row immediately after th last used row? I am trying to do something like this, but it's no working: Code ------------------- lastrow = Cells(Rows.count, "B").End(xlUp).Row lastrow2 = lastrow + 2 Range("A65536").End(xlToRight).Select = "lastrow2" OR Range("lastrow2").End(xlToRight).Select ------------------- Kind Regard -- popp ----------------------------------------------------------------------- poppy's Profile: http://www.excelforum.com/member.php...fo&userid=1145 View this thread: http://www.excelforum.com/showthread.php?threadid=32006 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to find and unlink current worksheet from old worksheet | Excel Discussion (Misc queries) | |||
Find worksheet | Excel Discussion (Misc queries) | |||
Find Max Value in WorkSheet | Excel Worksheet Functions | |||
Find a worksheet | Excel Programming | |||
find last row on a worksheet | Excel Programming |