Hi Bryan,
Try to do a Debug.Print destPath, so you can see what folder path you're trying to create. If it's a full path, I am not sure MKDIR can do that, but I could be wrong though. Cheers!
PS. I just did a quick test. MKDIR cannot make a subfolder if the parent folder does not exist. You'll...