フォルダ存在チェック2

Sub Proc1()
  Dim file1 As FileSystemObject
   Set file1 = New FileSystemObject
   If file1.FolderExists(ThisWorkbook.Path) = True Then
       MsgBox ("存在する")
   End If
End Sub

  • 最終更新:2019-11-12 17:33:22

このWIKIを編集するにはパスワード入力が必要です

認証パスワード