![]() |
|
#1
|
|||
|
|||
![]()
Thanks, I am using this which is what you have but just added "After:=Cells(18000,5)" It is working fine for me:
Code:
RowLast = Columns(5).Find(What:="*", SearchOrder:=xlByRows, SearchDirection:=xlPrevious, After:=Cells(18000, 5)).Row |
![]() |
|