Is there a way to find a folder with a partial name the way you can find a file with a partial name?
K kevin flock Jan 16, 2004 #1 Is there a way to find a folder with a partial name the way you can find a file with a partial name?
P Perry Jan 17, 2004 #2 Use the Dir() function ? dir("c:\temp", vbDirectory) temp or ? dir("c:\temp", 16) temp Krgrds, Perry