I got some good help on how to create a directory with the current date as the name with this command:
MkDir "C:\" & Format(Now, "mm-dd-yy"
But, one of the higher level directories has a space in the name and VB doesn't like that....is there a way around this?
It looks like this:
MkDir "C:\folder1\folder2\folder 3\" & Format(Now, "mm-dd-yy"
Notice the space in "folder 3"
MkDir "C:\" & Format(Now, "mm-dd-yy"

But, one of the higher level directories has a space in the name and VB doesn't like that....is there a way around this?
It looks like this:
MkDir "C:\folder1\folder2\folder 3\" & Format(Now, "mm-dd-yy"

Notice the space in "folder 3"