Mình có viết đoạn code để copy như sau.Không hiểu lỗi ở đâu mà nó k chạy.Các bạn chỉ dùm với
Mã:
sub saochep_currentregion()
sheets("sheet3").select
range("B1").select
if activecell = "ABC" then
sheets("Link").select
range("J4").currentregion.copy
sheets("sheet3").select
range("B1").select
activecell.pasteSpecial Paste:=xlPasteValue, Operation:=xlnone,_
SkipBlanks:=True, Transpose:=True
End If
End Sub