MS Excel: MKDIR Statement (VBA) - TechOnTheNet.com
Frequently Asked Questions Question: I'm not sure if a particular directory exists already. If it doesn't exist, I'd like to create it using VBA code. How can I do this? Answer: You can test to see if a directory exists using the VBA code below: If Len(Di...