View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Need to beable to create a folder

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 =)