Outlook VBA for Outlook 2003 keeps getting disabled

S

Sanjay Singh

For some reason Outlook vba keeps gettting disabled in Outlook 2003. Even
when I do not use VBA...

When I restart Outlook it tells me that VBA will be disabled.

I know how to reenable it but how do I stop this from happening all the
time?

I deleted my VBA Project file but this did not solve the problem.

I have seen several related messages in newgroups so this appears to be
affecting a few people.

Gurus ... any solutions to stop this?

Thanks
Sanjay
 
K

Ken Slovak - [MVP - Outlook]

Most of the problems I've seen like that are when Outlook VBA code uses
CreateObject or some other method of instantiating an Outlook.Application
object instead of using the intrinsic Application object in Outlook VBA.
 

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