G Guest Sep 6, 2007 #1 I would like to read a cell value then create a Windows folder using the value in the cell as the folder name
I would like to read a cell value then create a Windows folder using the value in the cell as the folder name
G Guest Sep 6, 2007 #2 In an arbitrary cell, enter: C:\brian and Select that cell. Then run: Sub stitute() v = Selection.Value MkDir v End Sub
In an arbitrary cell, enter: C:\brian and Select that cell. Then run: Sub stitute() v = Selection.Value MkDir v End Sub