iloveit
Thành viên thường trực




- Tham gia
- 2/3/13
- Bài viết
- 212
- Được thích
- 52
- Giới tính
- Nam
- Nghề nghiệp
- Tự do
Tôi có miêu tả chi tiết trong File đính kèm. Nhờ các anh chị và các bạn xem giúp.
Code như sau:
Sub suaphieu()
Application.ScreenUpdating = False
Call xoaphieu
With Sheet7.[A9:H100]
.copy
Sheet4.Range("A650000").End(xlUp).Offset(1).PasteS pecial Paste:=xlPasteValues
Application.CutCopyMode = False
Call Sort_hd
MsgBox "Sua phieu thanh cong"
End With
Application.ScreenUpdating = True
End Sub
Code như sau:
Sub suaphieu()
Application.ScreenUpdating = False
Call xoaphieu
With Sheet7.[A9:H100]
.copy
Sheet4.Range("A650000").End(xlUp).Offset(1).PasteS pecial Paste:=xlPasteValues
Application.CutCopyMode = False
Call Sort_hd
MsgBox "Sua phieu thanh cong"
End With
Application.ScreenUpdating = True
End Sub
File đính kèm
Lần chỉnh sửa cuối: