Horje
excel vba check if directory exists Code Example
excel vba check if directory exists
Public Function IsDir(s)
    IsDir = CreateObject("Scripting.FileSystemObject").FolderExists(s)
End Function




3

Related
excel vba wait Code Example excel vba wait Code Example
xl vba check for folder Code Example xl vba check for folder Code Example
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

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