Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how about
LR = Cells(rows.count,"a").end(xlup).row -- Don Guillett SalesAid Software "clara" wrote in message ... Hi all, this code is from Stephen Bullen's book, Range("A1").Select lRealLastRow = Cells.Find("*", Range("A1"), xlFormulas, , xlByRows, _ xlPrevious).row I'd like to know can we use other statement instead of range("A1").Select Clara -- thank you so much for your help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Case without Select Case error problem | Excel Discussion (Misc queries) | |||
Is it possible to remove the Select method in this case? | Excel Programming | |||
End Select without Select Case, Block If without End If errors | Excel Programming | |||
Help with Select Case or Best Method | Excel Programming |