I'm using the MkDir command to create folders with VBA. It works well, and I'm checking to see if the folder exists. If it doesn't, I create it.
Just want to make sure that I can't accidently overwrite a folder with this command.From what I've seen through testing, an error will pop up if I try to make a directory if it already exists. Just checking..