W
windsurferLA
I know this question has been asked before, but post has expired.
I want to find out if a certain directory exists, and if not to make it.
I know you can use if Dir$(file.xls)<>"" to detect files.
I know I can use MkDir to make the directory if it doesn't exist.
My problem is I don't want to trigger error with MkDir if the directory
already exists.
How do I test to determine if a specific directory exists?
I want to find out if a certain directory exists, and if not to make it.
I know you can use if Dir$(file.xls)<>"" to detect files.
I know I can use MkDir to make the directory if it doesn't exist.
My problem is I don't want to trigger error with MkDir if the directory
already exists.
How do I test to determine if a specific directory exists?