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 · 最終更新: 2024/11/03 16:18 by shimehitsu14