Pages

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

章老師的電腦小講堂 https://www.facebook.com/ScenicSchool/
※※ 本區做為經常使用之程式碼複製區,提問請至小講堂唷 ※※