Thread: createfolder
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default createfolder

Jon,

Use the MkDir statement. E.g.,

MkDir "C:\Test2"


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"jon" wrote in message
...
hi, i'm trying to create a new folder in c:/windows using
vba but my help file won't work for some reason. I
assume i should use the createfolder function, but i've
no way of knowing the syntax to use. any help v much
appreciated
thanks