Why does the VBA Editor open on its own sometimes?

Posted by Kevin Finn on Stack Overflow See other posts from Stack Overflow or by Kevin Finn
Published on 2009-01-23T14:05:53Z Indexed on 2010/03/11 20:59 UTC
Read the original article Hit count: 290

Filed under:
|
|

I've created a small script in Outlook 2003 VBA that watches for new appointments, and sets them to tentative and no reminder as I create them. However, I now find that seemingly at random, the VBA editor will open itself. It doesn't happen when I actually use the new script, but it did happen this morning when I un-hibernated my laptop, for example.

The editor doesn't pop up any runtime errors or highlight any lines in the script, it's just there as if I had pressed Alt-F11 to launch it. Sometimes I close other apps and see that it's been sitting back there for a while.

This behavior has only been occurring since I created this new script. Any ideas why this would occur? Thanks!

© Stack Overflow or respective owner

Related posts about outlook

Related posts about vba