Create Directory

J

Joel

Hello,

I'm trying to create this directory using this:

Sub CommandButtonCreateFolder_Click()
On Error Resume Next
MkDir "C:\Monkey"
End Sub

This command works in Access but not in Outlook. My goal is to create a
folder.

Also, I was wondering how to make it go whatever folder I created.

Thank you,
Joel
 

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