Hello all,
I have a very simple VBA code, that I use to create a new folder. MkDir "C:\Users\aan\Desktop\" & [A1]
I keep trying and failing to make both parts of this a cell reference. I need both the location and new file name to be changeable.
Thank you!