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"
|