



Câu hỏi của e như tiêu đề ạ![]()
Cho nên mình nghĩ là không thể gọi từ sheet khác
Private Sub Test()
MsgBox "Hello"
End Sub
Application.Run "Sheet1.Test"
Trong VBA Help nói thế này
Private Sub indicates that the Sub procedure is accessible only to other procedures in the module where it is declared.
Cho nên mình nghĩ là không thể gọi từ sheet khác