Horje
excelvba check for directory Code Example
excelvba check for directory
Public Function IsDir(s)
    IsDir = CreateObject("Scripting.FileSystemObject").FolderExists(s)
End Function




3

Related
random number generator vb.net Code Example random number generator vb.net Code Example
vba loop through files in folder Code Example vba loop through files in folder Code Example
VBA Loop through recordset Code Example VBA Loop through recordset Code Example
excel vba copy values range to another range Code Example excel vba copy values range to another range Code Example

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