Creating a new folder
Posted by SJT on August 02, 2001 4:46 PM
Is there a way to write a macro that will save a worksheet into a folder that doesn't exist yet - For instance:
Sub CreateFolder()
ActiveWorkbook.SaveAs FileName:= "C:\NewFolderThatDoesn'tExistYet\123.xls"
End Sub
Something to that effect (preferably something that actually works, unlike the example above.)