View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default creating a new folder with a value of a cell on the C directory

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"