I get the message
"This action will reset your project, proceed anyway?"
all the time, even when there is nothing to reset. There's no project running, and even if it did, the message pops up in situations that should have no impact on a running project anyway, such as changing capitalization of an identifier, or even just clicking in the code pane. This is really annoying; is there any way to get rid of these false alarms?

I should add that I use
[VBA]End[/VBA]
in my projects; I know that some people say that's bad style; but I sometimes just want to end a macro right away. Apparently, "End" doesn't really end the execution; is there a better way to simply stop a macro?

(Using Outlook 2003 on Win XP SP3.)