Creating new folders using VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, all...

Have need to programatically create folders with specific names in specific locations. I'm a little familar with using calls to Windows API, but no expert. Can someone out there show me some code used for this purpose?

Thanks,
Bruce
 
MkDir "PathAndFolderName"

--

Ken Snell
<MS ACCESS MVP>

Bruce said:
Hi, all...

Have need to programatically create folders with specific names in
specific locations. I'm a little familar with using calls to Windows API,
but no expert. Can someone out there show me some code used for this
purpose?
 
Duh! It was really late...trying to make something hard out of something easy!
Thanks,
Bruce
 
Back
Top