Sub Dong_Cuoi()
Dim Dongcuoi As Long
Dim WB As Workbook
Set WB = Workbooks.Open("D:\gia von\ret.xlsx")
Dongcuoi = WB2.Sheet1.Range("A" & Rows.Count).End(xlUp).Row
WB2.Sheet1.Range("H2").Value = Dongcuoi
End Sub
Thầy ơi em dùng code name như trên thì bị báo lỗi. dùng như phía dưới thì được là bị làm sao ạ.
Sub Dong_Cuoi()
Dim Dongcuoi As Long
Dim WB As Workbook
Set WB = Workbooks.Open("D:\gia von\ret.xlsx")
Dongcuoi = WB2.Worksheets("Data").Range("A" & Rows.Count).End(xlUp).Row
WB2.Worksheets("Data").Range("H2").Value = Dongcuoi
End Sub