Dear Addmin
em có ghi đoạn code: trong đó từ J3 đến T3 là có công thức em muốn fill cho hết dòng roi coppy pass value
mà em áp dụng làm thay đổi từ sheet khác thì sự kiện sheet này nó thực hiện theo công thức này.. mà nó rất chậm
không biết em có bị sai hay dữ liệu lớn mà nó nặng
hướng dẫn em cách giải quyết cho nó chạy nhẹ hơn
thanks
Sub Macro2()
'
' Macro2 Macro
Range("J3:T3").Select
Selection.AutoFill Destination:=Range("J3:T2185")
Range("J3:T2185").Select
Range("J4:T4").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Application.CutCopyMode = False
ActiveWorkbook.Save
End Sub
Chào bạn bạn đang muốn copy dữ liệu hay thế nào nhỉ?