Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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" |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
creating a new folder with a value of a cell on the C directory | Excel Programming | |||
Creating Directory Structure from Cell Value | Excel Worksheet Functions | |||
Run macro from directory folder...? | Excel Programming | |||
Creating a macro that lists directory names within a directory.... | Excel Programming | |||
How to check if a folder/directory exist using VBA | Excel Programming |