View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default New sub-folder in Excel using a formula

In an arbitrary cell, enter:

C:\brian
and Select that cell. Then run:

Sub stitute()
v = Selection.Value
MkDir v
End Sub

--
Gary''s Student - gsnu200742


"Brian Connolly" wrote:

I would like to read a cell value then create a Windows folder using the
value in the cell as the folder name