Sub ChepDuLieuTuTrangHopDongSangTrangTheoDoi()
Dim Rws As Long, STT As Long
Sheets("Hop Dong").Select
With Sheets("TheoDoi")
Rws = .[B65500].End(xlUp).Row + 1
If Rws = 6 Then STT = 1 Else STT = .Cells(Rws - 1, "A").Value + 1
.Cells(Rws, "B").Value = [E6].Value ' Sô Hop Dong '
.Cells(Rws, "C").Value = " " & [B7].Value 'Tên '
.Cells(Rws, "C").Value = Space(1) & [B14].Value 'IMEI '
.Cells(Rws, "C").Value = 0 + [e16].Value 'Sô Tiên '
.Cells(Rws, "C").Value = 0 + [B21].Value 'Ngày Câm '
.Cells(Rws, "C").Value = 0 + [e21].Value 'Ngày Lây '
[E6].Value = Space(1): [B7].Value = Space(0)
[B14].Value = Space(9): [e16].Value = 0
Union([B21], [e21]) = 0
MsgBox "Nhâp Xong!"
End With
End Sub