Tôi có code sau
Nên thêm câu lệnh nào để khi mở file để lấy dữ liệu sẽ default là folder chứa file này. (myPath). File này có thể ở nhiều đĩa, folder khác nhau.
Ví dụ, file này nằm ở F:\Baocao\2008
thì dòng lệnh này
Fname = Application.GetOpenFilename(filefilter:="excel files(*.xls),*.xls", MultiSelect:=True)
sẽ mở F:\Baocao\2008
Xin cám ơn!
PHP:
Sub MoFile()
....
myPath = ThisWorkbook.Path
ChDir myPath
'mo file
Fname = Application.GetOpenFilename(filefilter:="excel files(*.xls),*.xls", MultiSelect:=True)
....
end sub
Nên thêm câu lệnh nào để khi mở file để lấy dữ liệu sẽ default là folder chứa file này. (myPath). File này có thể ở nhiều đĩa, folder khác nhau.
Ví dụ, file này nằm ở F:\Baocao\2008
thì dòng lệnh này
Fname = Application.GetOpenFilename(filefilter:="excel files(*.xls),*.xls", MultiSelect:=True)
sẽ mở F:\Baocao\2008
Xin cám ơn!