Does the folder exist?
Thanks Dana, that's short and sweet. Otto
"Dana DeLouis" wrote in message
...
Just another of many...
Function IsFolder(S As String) As Boolean
IsFolder = CreateObject("Scripting.FileSystemObject").FolderE xists(S)
End Function
--
HTH
Dana DeLouis
"Otto Moehrbach" wrote in message
...
Excel XP & Win XP
How can I determine if a specific folder, say "C:\The Folder", exists?
I have an OP who will be sending some files, and the code to place the
files in that folder, to some people. Thanks for your time. Otto
|