Does anyone know of an add-in or program that will analyze Visual Basic source to find potential problems such as:

1. objects that were created but not destroyed
2. unused variables
3. etc.

I come from a C/UNIX background and I used Lint and Insure++ very heavily.

Thanks in advance.

kf