question

MartinStGeorge-3714 avatar image
0 Votes"
MartinStGeorge-3714 asked MartinStGeorge-3714 commented

Excel VBA creating folders in

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 182032-macro-1.jpg folder. Here is what I have. How do I get this to work


office-vba-dev
macro-1.jpg (75.0 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

You may want to modify the folder path.

 Path1 = "Z:\****\Projects Information\" & Range("C1").Value & "\" & Range("D3").Value


0 Votes 0 ·

Thank you so much. It worked !!!!!!!!!!!!!!!!!!!!!!

0 Votes 0 ·

0 Answers