I find that when I'm reviewing VBA code most of the bugs are dumb ones, typos, Not setting things to Nothing, not closing DB connections, etc.
I know that using Option Explicit can solve some of these, but I'd rather something more powerful.
So...
Are there any static analysis tools for VBA?