Hi
I have below code for creating a folder in the same directory as the active workbook.
The folder name should be the content of the selected cells when I run the macro.
However, I get an error "Bad file name or number (Error 52)" on this code line when debugging:
If Len(Dir(ThisWorkbook.Path...