Creating new folders using VBA

B

Bruce

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
 
K

Ken Snell

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?
 
B

bruceais

Duh! It was really late...trying to make something hard out of something easy!
Thanks,
Bruce
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top