請教諸位大大:
Filt = "Excel Files (*.xls),*.xls"
FilterIndex = 5
Title = "Select a File to Import"
FileName = Application.GetOpenFilename _
(FileFilter:=Filt, _
FilterIndex:=FilterIndex, _
Title:=Title)
If FileName = False Then
MsgBox "No file was selected."
Exit Sub
End If
可否讓屬性隱藏之檔亦在被列出選擇範圍內
語法是??
謝謝作者: linyancheng 時間: 2017-11-11 00:19