Q:

excelvba check for directory

Public Function IsDir(s)
    IsDir = CreateObject("Scripting.FileSystemObject").FolderExists(s)
End Function
21

New to Communities?

Join the community