Pages
(移至...)
Facebook小講堂詢問處
▼
2019-06-13
〔VBA〕Dir-檢查檔案是否存在 --v001
【使用Dir函數判定路徑下檔案是否存在】
If Dir(
完整檔案路徑含副檔名
) = "" Then
'檔案
不存在
Else
'檔案存在
End IF
參考文件:
https://docs.microsoft.com/zh-tw/office/vba/language/reference/user-interface-help/dir-function
相同功能:
〔VBA〕Dir-檢查檔案是否存在 --v001
〔VBA〕FileSystemObject-檢查檔案是否存在 --v026
章老師的電腦小講堂
https://www.facebook.com/ScenicSchool/
※※ 本區做為經常使用之程式碼複製區,提問請至小講堂唷 ※※
‹
›
首頁
查看網路版