Thưa thầy
Tôi đang cần sử dụng Application.Run để gọi 1 sub trong module từ code trong 1 sheet
Câu lệnh như dưới
Application.Run “‘data-for-printing.xlsm’!PrintHeaderOnFirstPage”
Lệnh này tôi chạy được khi viết chính xác tên sheet nhưng do tên sheet thay đổi nên tôi muốn để tên sheet là 1 biến i với i= Activeworkbook.name. Vậy tôi cần điều chỉnh lại code như thế nào để đưa được i vào code Application.Run.
Xin cảm ơn
Bạn sẽ thử như sau nhé.
dim name as string
Name = Activeworkbook.name
Application.Run “‘data-for-printing.xlsm’!”&Name