If it runs manually then it should do so automatically, too. Please note,
after code changes you need to restart Outlook or run Application_Startup
manually.

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Thu, 23 Aug 2007 15:45:43 -0000 schrieb Murphybp2:
On Aug 24, 1:20 am, "Michael Bauer [MVP - Outlook]" <m...@mvps.org>
wrote:
> If it runs manually then it should do so automatically, too. Please note,
> after code changes you need to restart Outlook or run Application_Startup
[quoted text clipped - 123 lines]
>
> - Show quoted text -
I have restarted Outlook, and PC with no avail. Not sure what you
mean by running Application_Startup manually. How do I do that?
Michael Bauer [MVP - Outlook] - 30 Aug 2007 06:17 GMT
Place the cursor into the procedure and press F5.
Creating another instance of Outlook within Outlook is evil. So delete these
two lines:
Dim objApp As Application
Set objApp = CreateObject("Outlook.Application")
and replace all remaining objApp in your code by Application.

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Wed, 29 Aug 2007 16:55:35 -0000 schrieb Murphybp2:
> On Aug 24, 1:20 am, "Michael Bauer [MVP - Outlook]" <m...@mvps.org>
> wrote:
[quoted text clipped - 6 lines]
>> Michael Bauer - MVP Outlook
>> Organize eMails:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
>> Am Thu, 23 Aug 2007 15:45:43 -0000 schrieb Murphybp2:
>>
[quoted text clipped - 116 lines]
> I have restarted Outlook, and PC with no avail. Not sure what you
> mean by running Application_Startup manually. How do I do that?