Cho mình hỏi là muốn copy giá trị từ Workbook nay sang Workbook khác thì có cần thực hiện mở Workbook Source lên mới copy được ko? Đoạn lệnh bên dưới nó báo lỗi dòng cuối cùng.
Dim TenFile as String
TenFile = Application.GetOpenFilename("Excel file, *.xlsm", , "Browse For Your Pricing File", , False)
ThisWorkbook.Sheets("Inquiry_Quote Log").Range("K" & LastRow + 1).Value = Workbooks(TenFile).Sheets("Quotation").Range("G10").Value