Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all. Im having a bit of difficulties getting this done.
What I need to do is create a folder from excel, lets say "c:\test" I cant seem to find the correct object to do this. What is the line used to do this? Also if all possible I need this to be a variable name (the final destination) I.e c:test1, c:test2. thanks in advance =) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
MkDir "C:\Test" Willl err if it already exists or if you're not allowed to. You trap those. HTH. Best wishes Harald "havocdragon" skrev i melding ... Hello all. Im having a bit of difficulties getting this done. What I need to do is create a folder from excel, lets say "c:\test" I cant seem to find the correct object to do this. What is the line used to do this? Also if all possible I need this to be a variable name (the final destination) I.e c:test1, c:test2. thanks in advance =) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
MkDir "C:\Test"
-- HTH RP (remove nothere from the email address if mailing direct) "havocdragon" wrote in message ... Hello all. Im having a bit of difficulties getting this done. What I need to do is create a folder from excel, lets say "c:\test" I cant seem to find the correct object to do this. What is the line used to do this? Also if all possible I need this to be a variable name (the final destination) I.e c:test1, c:test2. thanks in advance =) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Folder | Excel Programming | |||
create new Folder | Excel Programming | |||
Create Folder and Text File in folder | Excel Programming | |||
Create Folder / Copy Folder / Replace | Excel Programming | |||
Create Folder..... | Excel Programming |