excel:vba:mkdir
フォルダが存在しなければ作成するVBA
Dim folderPath As String folderPath = ThisWorkbook.Path & "/hoge" If Dir(filePath, vbDirectry) = "" Then MkDir folderPath End If
スポンサーリンク
excel/vba/mkdir.txt · 最終更新: 2025/03/02 09:27 by shimehitsu14