Hi Folks ...
When I attempt to make directories in VBA using MkDir = My_path I have a problem. The folder attribute of the last folder created is set to read-only. It seems even if one removes this manually and applies it reappears.
So far - I have tried adding SetAttr Root_Path, vbNormal - but...