I am making a macro that creates a new folder/folders in a particular hierarchy. I keep getting hung on the path for my first
folder. Here is what I have. How do I get this to work
I am making a macro that creates a new folder/folders in a particular hierarchy. I keep getting hung on the path for my first
folder. Here is what I have. How do I get this to work
You may want to modify the folder path.
Path1 = "Z:\****\Projects Information\" & Range("C1").Value & "\" & Range("D3").Value
2 people are following this question.