Yes, that is true but at least no errors. Add these lines to the end of my code before the End Sub.
After you run it you should see a new blank email message in the test2 folder. Then it wil be working correctly.VB Code:
Dim oEmail As Outlook.MailItem Set oEmail = oApp.CreateItem(olMailItem) oEmail.Move oTest2![]()





Reply With Quote