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
 
Top