How do you create a new directory in VBA code? I want to be able to check if the directory exists, and if it doesn't to create it. ThisWorkbook.Path & "\Help" is an example of what needs to be created if it does not yet exist