Answers for "excelvba check for directory"

VBA
22

excelvba check for directory

Public Function IsDir(s)
    IsDir = CreateObject("Scripting.FileSystemObject").FolderExists(s)
End Function
Posted by: Guest on April-03-2020

Code answers related to "excelvba check for directory"

Code answers related to "VBA"

Browse Popular Code Answers by Language