Horje
xl vba check for folder Code Example
xl vba check for folder
Public Function IsDir(s)
    IsDir = CreateObject("Scripting.FileSystemObject").FolderExists(s)
End Function




3

Related
excel vba function to convert column number to letter Code Example excel vba function to convert column number to letter Code Example
vba string to date Code Example vba string to date Code Example
vba delete file Code Example vba delete file Code Example
write to text file vb.net Code Example write to text file vb.net Code Example
excel vba copy range with filter Code Example excel vba copy range with filter Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9