Nguyen Tran Long
07:04 - Apr 04, 2020
Sub File_Select() With Application.FileDialog(msoFileDialogFilePicker) .AllowMultiSelect = False .Show .Title = (" Chon file cua toi") MsgBox.SelectedItems (1) End With End Sub Mình chạy thử thì nó báo lỗi MsgBox. Thông tin lỗi - Compile error : Agrument not optional. Nhờ Thầy xem.