hoangdung2906
Thành viên mới

- Tham gia
- 22/1/16
- Bài viết
- 21
- Được thích
- 0
Sub lastcell()
lrow=Cells.Find(what:="*", after:=[A1], lookat:=xlWhole, searchdirection:=xlPrevious).Row
End Sub
và code
sub lastrow()
if worksheetfunction.countA(cells)>0 then
Lrow = cells.find(what:="*", after:=[A1], searchorder:=xlbyrow,searchdirection:=xlprevious).row
end if
end sub
Em chưa hiểu lắm mong các A(C) giải thích giúp em với ạ!!!
Lần chỉnh sửa cuối: