Excel VBA: Check If Folder Exists (DIR) - If Not, Create Folder

Поділитися
Вставка
  • Опубліковано 25 лип 2020
  • In this video, you will learn VBA to Check If Folder Exists (DIR) - If Not, you can create a new Folder with the help of VBA.
    Here is the mic I have been using for my audio recordings: amzn.to/2PnzqRH

КОМЕНТАРІ • 3

  • @tonyquinn3941
    @tonyquinn3941 Місяць тому

    Thank you

  • @mshahzad3224
    @mshahzad3224 11 місяців тому

    when i make this micro it give me error plz help or copy and paste this vba

  • @karamalab
    @karamalab 5 місяців тому

    Ok good, but I noticed that when I use only pathname variable; the code runs successfully with no need to foldername variable or DIR function!
    Dim PathName As String
    PathName = "C:\Test"
    If PathName vbNullString Then........