View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
David Shoemaker David Shoemaker is offline
external usenet poster
 
Posts: 10
Default creating a new folder with a value of a cell on the C director

How can I create five more folders after that

"Mike H" wrote:

Try this

MkDir "C:\" & Range("C3").Value


Mike

"David" wrote:

This is what I've done
mkdir "C:\\ C3"

I want to take the value that I put in cell "C3", and by pressing a comand
button it create a folder on my hard drive like this

C:\"the value of cell C3"