TIP: To prevent Outlook from running VBA macros
at startup
Let's say you add code to
the Application_Start event handler in the ThisOutlookSession
module, but there's a problem with the code that causes an access
violation or some other error that prevents Outlook from starting.
How can you get Outlook start without running your code, so you can
get back into VBA and correct the problem?
Thanks to Outlook MVP Ken Slovak for this tip from the Outlook
programming newsgroups.
Method #1 | Method
#2 | Avoiding the problem | Notes
| More Information |